fix webgpu_server file permissions of linux and macos
This commit is contained in:
parent
b868adc058
commit
1bbe127209
1
main.go
1
main.go
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user