Skip to content

Commit a9d13bb

Browse files
committed
fix: Try new logo & better table styles
1 parent c09b744 commit a9d13bb

23 files changed

Lines changed: 29 additions & 28 deletions

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
args: '--target aarch64-apple-darwin'
1818
- platform: 'macos-latest' # for Intel based macs.
1919
args: '--target x86_64-apple-darwin'
20-
# - platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.
20+
# - platform: 'ubuntu-22.04'
2121
# args: ''
2222
- platform: 'windows-latest'
2323
args: ''
@@ -30,9 +30,7 @@ jobs:
3030
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
3131
run: |
3232
sudo apt-get update
33-
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libsoup-2.4-dev
34-
# webkitgtk 4.0 is for Tauri v1 - webkitgtk 4.1 is for Tauri v2.
35-
# You can remove the one that doesn't apply to your app to speed up the workflow a bit.
33+
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
3634
3735
- name: Install pnpm
3836
run: npm install -g pnpm

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bithive",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"private": true,
55
"author": {
66
"name": "MrV",

src-tauri/icons/128x128.png

21.7 KB
Loading

src-tauri/icons/128x128@2x.png

70 KB
Loading

src-tauri/icons/32x32.png

1.78 KB
Loading
16.1 KB
Loading
25.9 KB
Loading
28.6 KB
Loading
83.7 KB
Loading
1.55 KB
Loading

0 commit comments

Comments
 (0)