mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-17 23:38:06 +08:00
* add bundle for mac os and windows * Fix bundle name This name gets used as the display name of the app on mac os, shorter name looks better and is more consistent. * preserve std out by running bin directly * bundle placeholder on linux * fix linux
5 lines
76 B
Rust
5 lines
76 B
Rust
#![windows_subsystem = "windows"]
|
|
fn main() {
|
|
graphite_desktop::start();
|
|
}
|