aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorMinteck <nekostarfan@gmail.com>2021-06-05 19:27:48 +0200
committerMinteck <nekostarfan@gmail.com>2021-06-05 19:27:48 +0200
commit8cf5cefe6e91a5a1ed6eeaae4d94760d84c304a6 (patch)
tree7096b67b189c0220826123c7d5b121752545d140 /runtime
downloadkartik-client-8cf5cefe6e91a5a1ed6eeaae4d94760d84c304a6.tar.gz
kartik-client-8cf5cefe6e91a5a1ed6eeaae4d94760d84c304a6.tar.bz2
kartik-client-8cf5cefe6e91a5a1ed6eeaae4d94760d84c304a6.zip
Presque sortie du jeu
Diffstat (limited to 'runtime')
-rw-r--r--runtime/kartik-crash-mac.sh2
-rw-r--r--runtime/kartik-crash.bat2
-rw-r--r--runtime/kartik-crash.sh2
-rw-r--r--runtime/kartik-debug.bat2
-rw-r--r--runtime/kartik-debug.sh2
-rw-r--r--runtime/kartik-launcher.bat2
-rw-r--r--runtime/kartik-launcher.sed37
-rw-r--r--runtime/kartik-launcher.sh3
-rw-r--r--runtime/kartik-mitigation-mac.sh2
-rw-r--r--runtime/kartik-mitigation.bat2
-rw-r--r--runtime/kartik-mitigation.sh2
11 files changed, 58 insertions, 0 deletions
diff --git a/runtime/kartik-crash-mac.sh b/runtime/kartik-crash-mac.sh
new file mode 100644
index 0000000..e2bd0ec
--- /dev/null
+++ b/runtime/kartik-crash-mac.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+./bin/macos/Electron.app/Contents/MacOS/Electron crash/wrapper.js %1
diff --git a/runtime/kartik-crash.bat b/runtime/kartik-crash.bat
new file mode 100644
index 0000000..f7c85b0
--- /dev/null
+++ b/runtime/kartik-crash.bat
@@ -0,0 +1,2 @@
+@echo off
+bin\win32\kartik-core.exe crash\wrapper.js %1 \ No newline at end of file
diff --git a/runtime/kartik-crash.sh b/runtime/kartik-crash.sh
new file mode 100644
index 0000000..38c782e
--- /dev/null
+++ b/runtime/kartik-crash.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+./bin/linux/kartik-core.bin crash/wrapper.js %1
diff --git a/runtime/kartik-debug.bat b/runtime/kartik-debug.bat
new file mode 100644
index 0000000..475547d
--- /dev/null
+++ b/runtime/kartik-debug.bat
@@ -0,0 +1,2 @@
+@echo off
+bin\win32\kartik-core.exe app.js d \ No newline at end of file
diff --git a/runtime/kartik-debug.sh b/runtime/kartik-debug.sh
new file mode 100644
index 0000000..80c82ba
--- /dev/null
+++ b/runtime/kartik-debug.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+./bin/linux/kartik-core.bin app.js d
diff --git a/runtime/kartik-launcher.bat b/runtime/kartik-launcher.bat
new file mode 100644
index 0000000..e7775a8
--- /dev/null
+++ b/runtime/kartik-launcher.bat
@@ -0,0 +1,2 @@
+cd %localappdata%\Kartik
+kartik.bat \ No newline at end of file
diff --git a/runtime/kartik-launcher.sed b/runtime/kartik-launcher.sed
new file mode 100644
index 0000000..13c6d5e
--- /dev/null
+++ b/runtime/kartik-launcher.sed
@@ -0,0 +1,37 @@
+[Version]
+Class=IEXPRESS
+SEDVersion=3
+[Options]
+PackagePurpose=InstallApp
+ShowInstallProgramWindow=1
+HideExtractAnimation=1
+UseLongFileName=1
+InsideCompressed=0
+CAB_FixedSize=0
+CAB_ResvCodeSigning=0
+RebootMode=N
+InstallPrompt=%InstallPrompt%
+DisplayLicense=%DisplayLicense%
+FinishMessage=%FinishMessage%
+TargetName=%TargetName%
+FriendlyName=%FriendlyName%
+AppLaunched=%AppLaunched%
+PostInstallCmd=%PostInstallCmd%
+AdminQuietInstCmd=%AdminQuietInstCmd%
+UserQuietInstCmd=%UserQuietInstCmd%
+SourceFiles=SourceFiles
+[Strings]
+InstallPrompt=
+DisplayLicense=
+FinishMessage=
+TargetName=X:\Projets\Kartik\kartik-launcher.exe
+FriendlyName=Kartik
+AppLaunched=cmd /c kartik-launcher.bat
+PostInstallCmd=<None>
+AdminQuietInstCmd=
+UserQuietInstCmd=
+FILE0="kartik-launcher.bat"
+[SourceFiles]
+SourceFiles0=X:\Projets\Kartik\
+[SourceFiles0]
+%FILE0%=
diff --git a/runtime/kartik-launcher.sh b/runtime/kartik-launcher.sh
new file mode 100644
index 0000000..a636c79
--- /dev/null
+++ b/runtime/kartik-launcher.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+cd $HOME/.local/share/kartik
+./kartik.sh
diff --git a/runtime/kartik-mitigation-mac.sh b/runtime/kartik-mitigation-mac.sh
new file mode 100644
index 0000000..a63c663
--- /dev/null
+++ b/runtime/kartik-mitigation-mac.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+./bin/macos/Electron.app/Contents/MacOS/Electron app.js m
diff --git a/runtime/kartik-mitigation.bat b/runtime/kartik-mitigation.bat
new file mode 100644
index 0000000..b7e3d53
--- /dev/null
+++ b/runtime/kartik-mitigation.bat
@@ -0,0 +1,2 @@
+@echo off
+bin\win32\kartik-core.exe app.js m
diff --git a/runtime/kartik-mitigation.sh b/runtime/kartik-mitigation.sh
new file mode 100644
index 0000000..2517115
--- /dev/null
+++ b/runtime/kartik-mitigation.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+./bin/linux/kartik-core.bin app.js m