Skip to content

Commit

Permalink
Add itch.toml manifest (Windows only)
Browse files Browse the repository at this point in the history
This file will be moved to ./.itch.toml for the Windows ZIPs as part of
the build process.

Closes #1857

I didn't add links to the mods folder or forums. The forums didn't seem
to open properly in the itch client. And I discovered that you can't use
enviroment variables for paths. So it was impossible to have a shortcut
to the *user's* mod folder as intended. It'd probably make more sense
anyways to have these shortcuts be in-game (maybe on the title screen?).
  • Loading branch information
dorkster committed Oct 20, 2024
1 parent 2fc1472 commit 3dc8e8b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions distribution/windows/itch.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 3dc8e8b

Please sign in to comment.