Skip to content

Commit 82df8ce

Browse files
committed
fix: snap compile
1 parent 3ed9a23 commit 82df8ce

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ lazy_static = "1.4.0"
3636
name = "RustPlayer"
3737
identifier = "com.kingtous.rustplayer"
3838
# icon = ["32x32.png", "128x128.png", "[email protected]"]
39-
version = "1.1.3"
39+
version = "1.1.4"
4040
# resources = ["assets", "images/**/*.png", "secrets/public_key.txt"]
4141
copyright = "Copyright (c) kingtous 2025. All rights reserved."
4242
category = "Music"

snap/snapcraft.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ parts:
2626
- libssl-dev
2727
- clang
2828
- git
29+
- nasm
30+
- yasm
31+
- libclang-dev
32+
- libasound2-dev
2933
stage-packages:
3034
- libasound2
3135

0 commit comments

Comments
 (0)