From fe91d042db583adbf79ef26fc884f93dab35b16f Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Tue, 14 Jan 2020 20:25:04 -0600 Subject: [PATCH] [nostalgia] Updated gba-pkg to use .current_build --- scripts/gba-pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gba-pkg b/scripts/gba-pkg index a5a26976..ae77a813 100755 --- a/scripts/gba-pkg +++ b/scripts/gba-pkg @@ -2,7 +2,7 @@ set -e -BIN=./dist/current/bin/ +BIN=./dist/$(cat .current_build)/bin/ PATH=$BIN:${DEVKITARM}/bin/:$PATH NOSTALGIA_BIN=build/gba-*/src/nostalgia/player/nostalgia.bin NOSTALGIA_MEDIA=nostalgia_media.oxfs