Add '-chardonnay' to build assets name
This commit is contained in:
parent
6ebbfb8e59
commit
c96875ba5d
4 changed files with 6 additions and 8 deletions
|
|
@ -139,7 +139,7 @@ echo "Changing permissions for pre- and post-install files..."
|
|||
chmod +x "$FOLDER_DEBIAN/preinst"
|
||||
chmod +x "$FOLDER_DEBIAN/postinst"
|
||||
|
||||
DEB_FILE="Libation.${VERSION}-linux-${ARCH}.deb"
|
||||
DEB_FILE=Libation.${VERSION}-linux-chardonnay-${ARCH}.deb
|
||||
echo "Creating $DEB_FILE"
|
||||
dpkg-deb -Zxz --build $DEB_DIR ./$DEB_FILE
|
||||
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ do
|
|||
rm $BUNDLE_MACOS/$n
|
||||
done
|
||||
|
||||
APP_FILE=Libation.${VERSION}-macOS-${ARCH}.tgz
|
||||
APP_FILE=Libation.${VERSION}-chardonnay-macOS-${ARCH}.tgz
|
||||
|
||||
echo "Creating app bundle: $APP_FILE"
|
||||
tar -czvf $APP_FILE $BUNDLE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue