use absolute paths in bundle script

This commit is contained in:
Jason Dove
2022-01-28 22:11:50 -06:00
parent cd4ea42597
commit a487e7fe15
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -76,6 +76,7 @@ jobs:
- name: Bundle
shell: bash
run: |
brew install coreutils
plutil -replace CFBundleShortVersionString -string "${{ inputs.info_version }}" ErsatzTV-macOS/ErsatzTV-macOS/Info.plist
plutil -replace CFBundleVersion -string "${{ inputs.info_version }}" ErsatzTV-macOS/ErsatzTV-macOS/Info.plist
scripts/macOS/bundle.sh