mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Fixed the macOS CI packaging step by exporting PREFIX and ENCHANT_PREFIX before the Perl substitutions that rewrite <prefix> entries in osx/zoitechat.bundle. This ensures $ENV{...} is populated during replacement and avoids invalid/empty metadata values that can crash gtk-mac-bundler with the NoneType error.
This commit is contained in:
1
.github/workflows/macos-build.yml
vendored
1
.github/workflows/macos-build.yml
vendored
@@ -65,6 +65,7 @@ jobs:
|
||||
VERSION="$(git describe --tags --always)"
|
||||
PREFIX="$(brew --prefix)"
|
||||
ENCHANT_PREFIX="$(brew --prefix enchant)"
|
||||
export PREFIX ENCHANT_PREFIX
|
||||
|
||||
sed "s/@VERSION@/${VERSION}/g" osx/Info.plist.in > osx/Info.plist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user