We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89f1df commit 7b3a267Copy full SHA for 7b3a267
oshs.sh
@@ -0,0 +1,10 @@
1
+#!/bin/bash
2
+
3
+rm -Rf /tmp/oshs
4
+./run.sh launcher set_projects_directory /tmp
5
+mkdir -p /tmp/oshs/game
6
+./run.sh launcher generate_gui /tmp/oshs --width 1920 --height 1080 --start
7
+cp /tmp/oshs/game/gui.rpy sphinx/source/oshs/game/gui.rpy
8
+cp /tmp/oshs/game/screens.rpy sphinx/source/oshs/game/screens.rpy
9
+./run.sh sphinx/source/oshs
10
0 commit comments