Compare commits

...

2 Commits

Author SHA1 Message Date
7aa39abca0 Added UltraHand package version filling to building script 2026-02-12 20:07:17 +01:00
0a50067dc4 Updated Lockpick Pro 2026-02-12 20:06:52 +01:00
3 changed files with 9 additions and 1 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
[OmniNX Downloader]
custom_name=OmniNX Downloader
custom_version=1.0.0
custom_version={{VERSION}}
hide=false
priority=1
star=false