Added launchers for multiple OS

This commit is contained in:
MrTeferi
2022-11-21 21:44:51 -06:00
parent 0c765c322b
commit 525fa14c89
5 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View File

@@ -13,6 +13,7 @@ dev/*
# production # production
/build /build
/dist
# misc # misc
.DS_Store .DS_Store

3
.idea/workspace.xml generated
View File

@@ -2,7 +2,8 @@
<project version="4"> <project version="4">
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="7dff8537-5203-4733-9f5a-45b1ee2f6a5e" name="Changes" comment=""> <list default="true" id="7dff8537-5203-4733-9f5a-45b1ee2f6a5e" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/.github/workflows/build.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.github/workflows/build.yml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/dist/launcher.exe" beforeDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />

BIN
launcher-linux Normal file

Binary file not shown.

BIN
launcher-macos Normal file

Binary file not shown.