Skip to content

Commit

Permalink
fix(s2s): point to launcher again
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Jul 25, 2024
1 parent 3aefeec commit a3f1eb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/s2scompiler.simba
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ input.Replace('.simba', '-compiled.simba')
{$I SRL-T/osr.simba}

var
input: String = 'flipper.simba';
path: String = ScriptPath + 'flipper' + DirectorySeparator;
output: String = ScriptPath + 'flipper' + DirectorySeparator;
input: String = 'launcher.simba';
path: String = ScriptPath + 'wasp-launcher' + DirectorySeparator + 'launcher' + DirectorySeparator;
output: String = ScriptPath + 'wasp-launcher' + DirectorySeparator;

const
IGNORE_INCLUDES_FOLDER: Boolean = False;
Expand Down

0 comments on commit a3f1eb1

Please sign in to comment.