do not alter macOS bundle during packaging
thanks emberdex (https://github.com/tildearrow/furnace/pull/1609#issuecomment-2057085220) NOTE: if building for installation in /usr/local or something, be sure to pass -DFORCE_APPLE_BIN=ON to CMake!
This commit is contained in:
parent
3a1e286293
commit
fb36e5d8d7
3 changed files with 10 additions and 6 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -261,11 +261,6 @@ jobs:
|
|||
rmdir orig
|
||||
rm Furnace-*-Darwin.dmg
|
||||
|
||||
if [ -e new/Furnace.app/Contents/Resources/bin/furnace ]; then
|
||||
rm -v new/Furnace.app/Contents/Resources/bin/furnace
|
||||
rmdir new/Furnace.app/Contents/Resources/bin
|
||||
fi
|
||||
|
||||
echo "copying extra stuff"
|
||||
cp -v ../LICENSE new/LICENSE.txt
|
||||
cp -v ../res/releaseReadme/stable-mac.txt new/README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue