mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-25 07:45:41 +03:00
build debs
This commit is contained in:
parent
05557f69c5
commit
04524fbc2c
@ -51,7 +51,7 @@
|
||||
"icons/dev/icon.icns",
|
||||
"icons/dev/icon.ico"
|
||||
],
|
||||
"targets": ["app", "dmg", "appimage", "updater"]
|
||||
"targets": ["app", "dmg", "appimage", "deb", "updater"]
|
||||
},
|
||||
"systemTray": {
|
||||
"iconPath": "icons/tray.png",
|
||||
|
@ -233,6 +233,8 @@ BUNDLE_DIR=$(readlink -f "$PWD/../target/release/bundle")
|
||||
RELEASE_DIR="$DIST/$OS/$ARCH"
|
||||
mkdir -p "$RELEASE_DIR"
|
||||
|
||||
find $RELEASE_DIR -type f
|
||||
|
||||
if [ "$OS" = "macos" ]; then
|
||||
MACOS_DMG="$(find "$BUNDLE_DIR/dmg" -depth 1 -type f -name "*.dmg")"
|
||||
MACOS_UPDATER="$(find "$BUNDLE_DIR/macos" -depth 1 -type f -name "*.tar.gz")"
|
||||
|
Loading…
Reference in New Issue
Block a user