fix webgpu_server file permissions of linux and macos

This commit is contained in:
josc146 2023-08-27 21:22:26 +08:00
parent b868adc058
commit 1bbe127209

View File

@ -71,6 +71,7 @@ func main() {
backend.CopyEmbed(midi) backend.CopyEmbed(midi)
backend.CopyEmbed(midiAssets) backend.CopyEmbed(midiAssets)
} }
os.Chmod("./backend-rust/webgpu_server", 0777)
// Create an instance of the app structure // Create an instance of the app structure
app := backend.NewApp() app := backend.NewApp()