Skip to content

Commit

Permalink
Install Node/pnpm for Windows in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Sep 10, 2024
1 parent 491dbec commit d2bbc08
Show file tree
Hide file tree
Showing 18 changed files with 13 additions and 5 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@ jobs:
with:
targets: ${{ matrix.target }}

- name: Install Node (Windows)
if: matrix.os == 'windows-latest'
uses: actions/setup-node@v4
with:
node-version: 20

- name: Install pnpm (Windows)
if: matrix.os == 'windows-latest'
uses: pnpm/action-setup@v4
with:
version: 9.9

- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 1 addition & 5 deletions rs/crates/repo-quest/Tauri.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,5 @@ windows = [{title = "RepoQuest", width = 1200, height = 800}]
active = true
targets = "all"
icon = [
"icons/32x32.png",
"icons/128x128.png",
"icons/[email protected]",
"icons/icon.icns",
"icons/icon.ico"
"icons/icon.png"
]
Binary file removed rs/crates/repo-quest/icons/128x128.png
Binary file not shown.
Binary file removed rs/crates/repo-quest/icons/[email protected]
Binary file not shown.
Binary file removed rs/crates/repo-quest/icons/32x32.png
Binary file not shown.
Binary file removed rs/crates/repo-quest/icons/Square107x107Logo.png
Binary file not shown.
Binary file removed rs/crates/repo-quest/icons/Square142x142Logo.png
Binary file not shown.
Binary file removed rs/crates/repo-quest/icons/Square150x150Logo.png
Binary file not shown.
Binary file removed rs/crates/repo-quest/icons/Square284x284Logo.png
Binary file not shown.
Binary file removed rs/crates/repo-quest/icons/Square30x30Logo.png
Binary file not shown.
Binary file removed rs/crates/repo-quest/icons/Square310x310Logo.png
Binary file not shown.
Binary file removed rs/crates/repo-quest/icons/Square44x44Logo.png
Binary file not shown.
Binary file removed rs/crates/repo-quest/icons/Square71x71Logo.png
Binary file not shown.
Binary file removed rs/crates/repo-quest/icons/Square89x89Logo.png
Binary file not shown.
Binary file removed rs/crates/repo-quest/icons/StoreLogo.png
Binary file not shown.
Binary file removed rs/crates/repo-quest/icons/icon.icns
Binary file not shown.
Binary file removed rs/crates/repo-quest/icons/icon.ico
Binary file not shown.
Binary file modified rs/crates/repo-quest/icons/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 d2bbc08

Please sign in to comment.