Compare commits
2 Commits
e3b8698438
...
7aa39abca0
| Author | SHA1 | Date | |
|---|---|---|---|
| 7aa39abca0 | |||
| 0a50067dc4 |
@@ -24,6 +24,7 @@ update_manifest_version() {
|
||||
local base="$build_dir/$variant_dir"
|
||||
local manifest_path="$base/config/omninx/manifest.ini"
|
||||
local theme_path="$base/config/sphaira/themes/omninx.ini"
|
||||
local packages_path="$base/config/ultrahand/packages.ini"
|
||||
for path in "$manifest_path" "$theme_path"; do
|
||||
if [[ -f "$path" ]]; then
|
||||
if [[ "$(uname)" == "Darwin" ]]; then
|
||||
@@ -33,6 +34,13 @@ update_manifest_version() {
|
||||
fi
|
||||
fi
|
||||
done
|
||||
if [[ -f "$packages_path" ]]; then
|
||||
if [[ "$(uname)" == "Darwin" ]]; then
|
||||
sed -i '' "s/^custom_version={{VERSION}}/custom_version=$VERSION/" "$packages_path"
|
||||
else
|
||||
sed -i "s/^custom_version={{VERSION}}/custom_version=$VERSION/" "$packages_path"
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
# Light: Staging (Root) + Ordner "OmniNX Light" = variants/light
|
||||
|
||||
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
[OmniNX Downloader]
|
||||
custom_name=OmniNX Downloader
|
||||
custom_version=1.0.0
|
||||
custom_version={{VERSION}}
|
||||
hide=false
|
||||
priority=1
|
||||
star=false
|
||||
|
||||
Reference in New Issue
Block a user