Compare commits

..

No commits in common. "51dfa68409ee81a88b4a20516aaa01a6edf9f324" and "e5703c66793500cf9bfe8c3ac09bccde7adeba72" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -22,6 +22,6 @@ jobs:
- run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Try building all the apps - name: Try building all the apps
run: | run: |
bash -c 'source "$HOME/.cargo/env" ;\ source "$HOME/.cargo/env"
bash buildall.sh' bash buildall.sh
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."

View File

@ -21,7 +21,7 @@
"bundle": { "bundle": {
"active": true, "active": true,
"targets": "all", "targets": "all",
"identifier": "com.{{ .Data.shortName }}-tauri.dev", "identifier": "com.gmail-tauri.dev",
"icon": [ "icon": [
"icons/32x32.png", "icons/32x32.png",
"icons/128x128.png", "icons/128x128.png",