From ad961e2d23a807812f9a7e21a8b9f5494c091a8f Mon Sep 17 00:00:00 2001 From: hugova Date: Fri, 1 Aug 2025 18:24:30 +0200 Subject: [PATCH] make run.sh run test.prg instead of host.prg --- host/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/run.sh b/host/run.sh index 378ea18..f5577f2 100755 --- a/host/run.sh +++ b/host/run.sh @@ -1,4 +1,4 @@ # !/bin/bash killall x64sc make BUILD_TYPE=test; \ -nohup flatpak run net.sf.VICE -windowypos 0 -windowxpos 960 -windowwidth 945 -windowheight 720 -moncommands build/host.lbl build/host.prg /dev/null & +nohup flatpak run net.sf.VICE -windowypos 0 -windowxpos 960 -windowwidth 945 -windowheight 720 -moncommands build/test.lbl build/test.prg /dev/null &