Skip to content

Commit

Permalink
🐛 fix sound when compiling non-embedded
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Nov 11, 2023
1 parent e98ebd3 commit 9fd6d43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/paths.v
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ fn init() {
app_root := @VMODROOT
p.ui = join_path(app_root, 'ui')
p.sound = join_path(app_root, 'assets', 'pop.wav')
p.sound = join_path(app_root, 'assets', 'audio', 'pop.wav')
p.icon = join_path(app_root, 'assets', 'emoji-mart.ico')
}
// Config
Expand Down

0 comments on commit 9fd6d43

Please sign in to comment.