mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-22 12:35:11 +00:00
I SEE........
This commit is contained in:
parent
9b10d38bf4
commit
e54651ecfa
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -237,8 +237,8 @@ jobs:
|
|||
|
||||
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
|
||||
cp -v -r ../po/locale Furnace.app/Contents/Resources/locale
|
||||
cp -v ../res/icon.icns Furnace.app/Contents.Resources
|
||||
|
||||
echo "this is the bundle:"
|
||||
find Furnace.app
|
||||
|
|
Loading…
Reference in a new issue