Skip to content

Commit

Permalink
Merge pull request #34 from stemrollerapp/develop
Browse files Browse the repository at this point in the history
New icon and fix Windows GitHub actions script
  • Loading branch information
iffyloop authored Dec 25, 2022
2 parents 3bee016 + 6bde0a8 commit db50487
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 143 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- run: Invoke-WebRequest -Uri https://www.7-zip.org/a/7zr.exe -OutFile 7zr.exe
- run: Invoke-WebRequest -Uri https://www.7-zip.org/a/7z2201-x64.exe -OutFile 7zInstaller-x64.exe
- run: .\7zr.exe x "7zInstaller-x64.exe"
- run: .\7z.exe a -m0=lzma2 -mmt=on -mx=9 -sfx"7z.sfx" "stemroller-${{ steps.package-version.outputs.version }}-win-cuda.exe" "dist\stemroller-${{ steps.package-version.outputs.version }}-win-cuda"
- run: move "dist\stemroller-${{ steps.package-version.outputs.version }}-win-cuda" "stemroller-${{ steps.package-version.outputs.version }}-win-cuda"
- run: .\7z.exe a -m0=lzma2 -mmt=on -mx=9 -sfx"7z.sfx" "stemroller-${{ steps.package-version.outputs.version }}-win-cuda.exe" "stemroller-${{ steps.package-version.outputs.version }}-win-cuda"
- uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.package-version.outputs.version }}
Expand Down
272 changes: 130 additions & 142 deletions branding/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified electron-build-resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit db50487

Please sign in to comment.