From 1bbe1272095c4767d79c5c8124aaf3ac3ecc59bf Mon Sep 17 00:00:00 2001 From: josc146 Date: Sun, 27 Aug 2023 21:22:26 +0800 Subject: [PATCH] fix webgpu_server file permissions of linux and macos --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index dfe6ef0..30dc30b 100644 --- a/main.go +++ b/main.go @@ -71,6 +71,7 @@ func main() { backend.CopyEmbed(midi) backend.CopyEmbed(midiAssets) } + os.Chmod("./backend-rust/webgpu_server", 0777) // Create an instance of the app structure app := backend.NewApp()