Skip to content

Commit

Permalink
Correct zip name
Browse files Browse the repository at this point in the history
  • Loading branch information
eatonphil committed Aug 11, 2022
1 parent 7abdb12 commit 1685b05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion desktop/scripts/release.build
Expand Up @@ -44,4 +44,7 @@ yarn electron-rebuild

# Build and package
yarn electron-packager --asar --overwrite --icon=build/icon.png --out=releases --build-version={VERSION} --app-version={VERSION} . "DataStation Desktop CE"
zip -9 -r releases/datastation-{os}-{arch}-{VERSION}.zip "releases/DataStation Desktop CE-{os}-{arch}"

# This reference to arg0 is correct because the upload script uses the
# real tag name, not our stripped version here.
zip -9 -r releases/datastation-{os}-{arch}-{arg0}.zip "releases/DataStation Desktop CE-{os}-{arch}"

0 comments on commit 1685b05

Please sign in to comment.