Skip to content

Commit

Permalink
Fix zip filename in build-synfigstudio-me.sh (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
morevnaproject authored May 19, 2024
1 parent ae5ba75 commit 3589aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-synfigstudio-me.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ run_nsis() {
"*.exe" \
"$PACKET_BUILD_DIR/$PLATFORM-$ARCH/synfigstudio-me-nsis/envdeps_release/version-synfigstudio-me"

local TEMPLATE=`gen_name_template "SynfigStudio" "$SYNFIGSTUDIO_TESTING_TAG" "$PLATFORM" "$ARCH" ".zip"`
local TEMPLATE=`gen_name_template "SynfigStudio-ME" "$SYNFIGSTUDIO_TESTING_TAG" "$PLATFORM" "$ARCH" ".zip"`
"$PUBLISH_DIR/publish.sh" \
"synfigstudio" \
"$TEMPLATE" \
Expand Down

0 comments on commit 3589aae

Please sign in to comment.