screw it
This commit is contained in:
parent
159d5c66fa
commit
14dffd62d0
2 changed files with 9 additions and 18 deletions
17
.github/workflows/build.yml
vendored
17
.github/workflows/build.yml
vendored
|
|
@ -235,19 +235,18 @@ jobs:
|
|||
run: |
|
||||
pushd build
|
||||
|
||||
echo "preparing bundle"
|
||||
mkdir -p Furnace.app/Resources
|
||||
cp -v -r po/locale Furnace.app/Resources/locale
|
||||
cp -v ../res/icon.icns Furnace.app/Resources
|
||||
|
||||
codesign -s - Furnace.app
|
||||
|
||||
echo "making dirs"
|
||||
mkdir new
|
||||
|
||||
make DESTDIR=final install
|
||||
|
||||
find Furnace.app
|
||||
|
||||
ls final/usr
|
||||
|
||||
echo "TODO: code sign..."
|
||||
|
||||
echo "copying"
|
||||
cp -v -r final/usr/Applications/furnace.app new/furnace.app
|
||||
cp -v -r Furnace.app new/Furnace.app
|
||||
echo "synchronizing"
|
||||
sync
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue