refine the naming convertion of the package

This commit is contained in:
Le Tan 2018-04-06 18:18:04 +08:00
parent 7de6428605
commit 8e81742b90
4 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
},
"files":
[{"includePattern": "build/(VNote_.*\\.AppImage)", "uploadPattern": "$1",
[{"includePattern": "build/(VNote-.*\\.AppImage)", "uploadPattern": "$1",
"matrixParams": {"override": 1 }}],
"publish": true

View File

@ -24,7 +24,7 @@
},
"files":
[{"includePattern": "build/distrib/(VNote_.*\\.dmg)", "uploadPattern": "$1",
[{"includePattern": "build/distrib/(VNote-.*\\.dmg)", "uploadPattern": "$1",
"matrixParams": {"override": 1 }}],
"publish": true

View File

@ -81,7 +81,7 @@ tree dist/
ls -l *.AppImage
mv VNote-*.AppImage VNote_x86_64_${version}.AppImage
mv VNote-*.AppImage VNote-${version}-x86_64.AppImage
cd ..

View File

@ -48,7 +48,7 @@ ln -s /Applications ./Applications
cd ..
hdiutil create -srcfolder ./VNote -format UDBZ ./VNote.dmg
mv VNote.dmg VNote_X64_${version}.dmg
mv VNote.dmg VNote-${version}-x64.dmg
cd ..
exit 0