Skip to content

Commit

Permalink
??
Browse files Browse the repository at this point in the history
  • Loading branch information
Jemoka committed Sep 9, 2024
1 parent 24f2993 commit 1a89cb1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- uses: tauri-apps/tauri-action@v0
with:
args: ${{ matrix.settings.args }}
args: ${{ matrix.args }}
- uses: actions/upload-artifact@v4
with:
name: cao-nightly-${{ matrix.platform }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cao",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cao"
version = "0.0.1"
version = "0.0.0"
description = "turbo-powered paper"
authors = ["Shabang Systems, LLC"]
edition = "2021"
Expand Down
9 changes: 8 additions & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,14 @@
"bundle": {
"active": true,
"targets": "all",
"identifier": "io.shabang.cao"
"identifier": "io.shabang.cao",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/[email protected]",
"icons/icon.icns",
"icons/icon.ico"
]
}
}
}

0 comments on commit 1a89cb1

Please sign in to comment.