Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:

- name: Rust cache
uses: swatinem/rust-cache@v2

- name: Select icons
run: |
cp res/icon_all.ico res/icon.ico
cp res/32x32_all.png res/32x32.png

- name: Package the project
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/macos_arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:

- name: Rust cache
uses: swatinem/rust-cache@v2

- name: Select icons
run: |
cp res/icon_macos.ico res/icon.ico
cp res/32x32_macos.png res/32x32.png

- name: Package the project
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/macos_intel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:

- name: Rust cache
uses: swatinem/rust-cache@v2

- name: Select icons
run: |
cp res/icon_macos.ico res/icon.ico
cp res/32x32_macos.png res/32x32.png

- name: Package the project
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:

- name: Rust cache
uses: swatinem/rust-cache@v2

- name: Select icons
run: |
cp res/icon_all.ico res/icon.ico
cp res/32x32_all.png res/32x32.png

- name: Package the project
run: |
Expand Down
Binary file removed res/32x32.png
Binary file not shown.
Binary file added res/32x32_all.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/32x32_macos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed res/icon.ico
Binary file not shown.
Binary file added res/icon_all.ico
Binary file not shown.
Binary file added res/icon_macos.ico
Binary file not shown.
Binary file added res/scripboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.