Skip to content

Commit

Permalink
Merge pull request #7 from ThatOneCalculator/main
Browse files Browse the repository at this point in the history
0.0.8
  • Loading branch information
ThatOneCalculator authored Jul 22, 2024
2 parents 5a26315 + 54503ae commit 7554fe4
Show file tree
Hide file tree
Showing 39 changed files with 1,499 additions and 1,129 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,4 @@ jobs:
with:
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: 'v__VERSION__'
releaseBody: 'Assets are as follows:\n
- `.AppImage` or `.deb` for Linux\n
- `.dmg` or `.app.tar.gz` for macOS\n
- `.exe` or `.msi` for Windows\n\n
Please note that the builds are not signed.'
releaseBody: '[![download windows](https://img.shields.io/badge/download_for-windows-0079D5?logo=windows&style=for-the-badge)](https://github.com/ThatOneCalculator/google-chat-tauri/releases/download/app-v__VERSION__/Google.Chat___VERSION___x64-setup.exe) [![download macOS](https://img.shields.io/badge/download_for-macOS-000000?logo=apple&style=for-the-badge)](https://github.com/ThatOneCalculator/google-chat-tauri/releases/download/app-v__VERSION__/Google.Chat___VERSION___x64.dmg) [![download linux appimage](https://img.shields.io/badge/download_for-Linux_Appimage-709DB7?logo=linux&style=for-the-badge)](https://github.com/ThatOneCalculator/google-chat-tauri/releases/download/app-v__VERSION__/google-chat___VERSION___amd64.AppImage) [![download linux deb](https://img.shields.io/badge/download_for-Linux_.deb-EA4F06?logo=ubuntu&style=for-the-badge)](https://github.com/ThatOneCalculator/google-chat-tauri/releases/download/app-v__VERSION__/google-chat___VERSION___amd64.deb)'
7 changes: 5 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"recommendations": ["tauri-apps.tauri-vscode", "rust-lang.rust-analyzer"]
}
"recommendations": [
"rust-lang.rust-analyzer",
"tauri-apps.tauri-vscode"
]
}
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Pros:
- Not Electron
- Relatively small, both in file size (17MB binary and 488KB saved cache on Linux) and memory usage (~800-1000MB average with a space open)
- Notifications
- Cool splash screen

Cons:

Expand Down Expand Up @@ -49,5 +48,5 @@ Non-plans:

Credits:

- <https://github.com/squalou/google-chat-linux/> - Inspiration and icons
- <https://github.com/squalou/google-chat-linux/> - Inspiration
- `create-tauri-app` - Scaffolding template
Binary file added bun.lockb
Binary file not shown.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "google-chat-tauri",
"private": true,
"version": "0.0.7",
"description": "A Google Chat desktop app built with Tauri",
"packageManager": "pnpm@8.9.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.5.0",
"pnpm": "^8.9.2"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.0",
"lightningcss": "^1.22.0",
"typescript": "^5.0.2",
"vite": "^4.4.4"
}
"name": "google-chat-tauri",
"private": true,
"version": "0.0.8",
"description": "A Google Chat desktop app built with Tauri",
"packageManager": "pnpm@8.9.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.6.0",
"pnpm": "^8.9.2"
},
"devDependencies": {
"@tauri-apps/cli": "^1.6.0",
"lightningcss": "^1.22.0",
"typescript": "^5.0.2",
"vite": "^4.4.4"
}
}
Loading

0 comments on commit 7554fe4

Please sign in to comment.