From 8d8fca3ea28f4ba6f452191e31ade626029521e6 Mon Sep 17 00:00:00 2001 From: Lephenixnoir Date: Sun, 24 Mar 2024 11:12:11 +0100 Subject: [PATCH] fxsdk: add build-fxg3a -s (send) option Note that this only makes sense if there is only one .g3a in the current folder. If both the cg and the fxg3a targets are used, this will send both g3a files, which is a waste of time. --- fxsdk/fxsdk.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fxsdk/fxsdk.sh b/fxsdk/fxsdk.sh index 4e39afe..74016ee 100755 --- a/fxsdk/fxsdk.sh +++ b/fxsdk/fxsdk.sh @@ -285,6 +285,10 @@ fxsdk_send_cg-push() { fxlink -pw ${bin_files} } +fxsdk_send_fxg3a() { + fxsdk_send_cg "$@" +} + fxsdk_path() { case "$1" in "sysroot")