Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatao Li committed Jul 23, 2019
1 parent 3ecb0d4 commit 03e1f7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ desktop.ini
.netrwhist
*.deb
*.app
*.zip
4 changes: 2 additions & 2 deletions pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ function pack-osx-x64()
cp lib/Info.plist $PKG_ROOT/Contents/Info.plist

mv $PKG_ROOT FVim.app
zip FVim.$VERSION.zip FVim.app
rm -rf FVim.app
zip -r FVim.$VERSION.zip FVim.app
# rm -rf FVim.app
mv FVim.$VERSION.zip publish/
}

Expand Down

0 comments on commit 03e1f7c

Please sign in to comment.