Skip to content

Commit

Permalink
changed zip filename
Browse files Browse the repository at this point in the history
  • Loading branch information
R3tr0BoiDX committed Oct 14, 2023
1 parent c22b725 commit a3481ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ cp -r media dist/

# Zipping the dist folder
echo "Zipping the dist folder..."
zip -r dist.zip dist/
zip -r dist.zip dist/smwc-browser.linux.amd64.zip
2 changes: 1 addition & 1 deletion build.windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Copy-Item .\media .\dist\smwc-browser\media -Recurse

# Zipping the dist folder
Write-Host "Zipping the dist folder..."
Compress-Archive -Path .\dist\ -DestinationPath .\dist\smwc-browser.zip
Compress-Archive -Path .\dist\ -DestinationPath .\dist\smwc-browser.windows.amd64.zip

0 comments on commit a3481ee

Please sign in to comment.