Skip to content

Commit

Permalink
Remove reference to non-existent file
Browse files Browse the repository at this point in the history
  • Loading branch information
garfieldnate committed Sep 24, 2023
1 parent daf3249 commit 447b728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import os, sys
Import('env', 'InstallDir')

settings_install = env.Install(env['OUT_DIR'], 'settings.soar')
vs_install = env.InstallAs(env['OUT_DIR'] + '/VisualSoar.jar', 'VisualSoar.jartmp')
vs_install = env.InstallAs(env['OUT_DIR'] + '/VisualSoar.jar')

all_script_targets = settings_install + vs_install
if os.name == 'nt':
Expand Down

0 comments on commit 447b728

Please sign in to comment.