From 059f1262b4e7c6b434efa1598985ab7bd4bfa5cc Mon Sep 17 00:00:00 2001 From: Ivan Mahonin Date: Aug 20 2018 18:23:21 +0000 Subject: synfigstudio-debugportable --- diff --git a/build-synfigstudio-debug.sh b/build-synfigstudio-debug.sh index 3423a86..0081d8f 100755 --- a/build-synfigstudio-debug.sh +++ b/build-synfigstudio-debug.sh @@ -55,7 +55,8 @@ run_nsis() { chain update synfigetl-debug \ chain update synfigcore-debug \ chain update synfigstudio-debug \ - chain clean_before_do install_release synfigstudio-debugnsis + chain clean_before_do install_release synfigstudio-debugnsis \ + chain clean_before_do install_release synfigstudio-portable local TEMPLATE=`gen_name_template "SynfigStudio" "$SYNFIGSTUDIO_DEBUG_TAG" "$PLATFORM" "$ARCH" ".exe"` "$PUBLISH_DIR/publish.sh" \ @@ -64,6 +65,14 @@ run_nsis() { "$PACKET_BUILD_DIR/$PLATFORM-$ARCH/synfigstudio-debugnsis/install_release" \ "*.exe" \ "$PACKET_BUILD_DIR/$PLATFORM-$ARCH/synfigstudio-debugnsis/envdeps_release/version-synfigstudio-debug" + + local TEMPLATE=`gen_name_template "SynfigStudio" "$SYNFIGSTUDIO_DEBUG_TAG" "$PLATFORM" "$ARCH" ".zip"` + "$PUBLISH_DIR/publish.sh" \ + "synfigstudio-debug" \ + "$TEMPLATE" \ + "$PACKET_BUILD_DIR/$PLATFORM-$ARCH/synfigstudio-debugportable/install_release" \ + "*.zip" \ + "$PACKET_BUILD_DIR/$PLATFORM-$ARCH/synfigstudio-debugportable/envdeps_release/version-synfigstudio-debug" } run_appimage linux 64 diff --git a/docker-builder-data/build/script/packet/synfigstudio-debugportable.files b/docker-builder-data/build/script/packet/synfigstudio-debugportable.files new file mode 120000 index 0000000..460bddf --- /dev/null +++ b/docker-builder-data/build/script/packet/synfigstudio-debugportable.files @@ -0,0 +1 @@ +synfigstudio-portable.files \ No newline at end of file diff --git a/docker-builder-data/build/script/packet/synfigstudio-debugportable.sh b/docker-builder-data/build/script/packet/synfigstudio-debugportable.sh new file mode 100644 index 0000000..8c33f9d --- /dev/null +++ b/docker-builder-data/build/script/packet/synfigstudio-debugportable.sh @@ -0,0 +1,2 @@ +source "$PACKET_SCRIPT_DIR/synfigstudio-portable.sh" +DEPS=`echo "$DEPS" | sed "s|synfigstudio-master|synfigstudio-debug|g"`