Native implementation of macOS app

This commit is contained in:
jmorganca
2024-03-25 07:46:12 -04:00
parent 2bed62926e
commit b8d7ca1a7b
65 changed files with 612 additions and 17739 deletions

View File

@@ -70,10 +70,5 @@ func init() {
}
}
} else if runtime.GOOS == "darwin" {
// TODO
AppName += ".app"
// } else if runtime.GOOS == "linux" {
// TODO
}
}