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

3
.gitignore vendored
View File

@@ -13,6 +13,7 @@ dev/*
# production
/build
/dist
# misc
.DS_Store
@@ -22,4 +23,4 @@ dev/*
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-debug.log*

3
.idea/workspace.xml generated
View File

@@ -2,7 +2,8 @@
<project version="4">
<component name="ChangeListManager">
<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>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />

BIN
launcher-linux Normal file

Binary file not shown.

BIN
launcher-macos Normal file

Binary file not shown.