diff --git a/distribution/windows/itch.toml b/distribution/windows/itch.toml new file mode 100644 index 000000000..2edccda32 --- /dev/null +++ b/distribution/windows/itch.toml @@ -0,0 +1,11 @@ +[[actions]] +name = "play" +path = "flare.exe" +platform = "windows" + +[[actions]] +name = "Play (32-bit)" +path = "x86/flare.exe" +args = ["--data-path=../"] +platform = "windows" +