From 8616393991d2438d7ced401d993dcd9f4204bfd1 Mon Sep 17 00:00:00 2001 From: hugova Date: Sun, 27 Jul 2025 21:29:54 +0200 Subject: [PATCH] fix bad run script. --- host/run.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/host/run.sh b/host/run.sh index c53faaf..bbd27a5 100755 --- a/host/run.sh +++ b/host/run.sh @@ -1,5 +1,4 @@ # !/bin/bash killall x64sc - -make \ -&& nohup flatpak run net.sf.VICE -windowypos 0 -windowxpos 960 -windowwidth 945 -windowheight 720 -moncommands program.lbl build/file.prg /dev/null & +make; \ +nohup flatpak run net.sf.VICE -windowypos 0 -windowxpos 960 -windowwidth 945 -windowheight 720 -moncommands build/host.lbl build/host.prg /dev/null &