mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 18:42:40 +00:00
usr?!
This commit is contained in:
parent
840419ac7b
commit
ab7bc149dc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -240,12 +240,12 @@ jobs:
|
|||
|
||||
make DESTDIR=final install
|
||||
|
||||
ls final
|
||||
ls final/usr
|
||||
|
||||
echo "TODO: code sign..."
|
||||
|
||||
echo "copying"
|
||||
cp -v -r final/Applications/furnace.app new/furnace.app
|
||||
cp -v -r final/usr/Applications/furnace.app new/furnace.app
|
||||
echo "synchronizing"
|
||||
sync
|
||||
|
||||
|
|
Loading…
Reference in a new issue