mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 06:25:16 +00:00
fix mkdir
This commit is contained in:
parent
e54651ecfa
commit
a73bc7d269
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -236,7 +236,7 @@ jobs:
|
|||
pushd build
|
||||
|
||||
echo "preparing bundle"
|
||||
mkdir -p Furnace.app/Resources
|
||||
mkdir -p Furnace.app/Contents/Resources
|
||||
cp -v -r ../po/locale Furnace.app/Contents/Resources/locale
|
||||
cp -v ../res/icon.icns Furnace.app/Contents.Resources
|
||||
|
||||
|
|
Loading…
Reference in a new issue