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.
This commit is contained in:
Lephenixnoir 2024-03-24 11:12:11 +01:00
parent 8092621967
commit 8d8fca3ea2
No known key found for this signature in database
GPG key ID: 1BBA026E13FC0495

View file

@ -285,6 +285,10 @@ fxsdk_send_cg-push() {
fxlink -pw ${bin_files}
}
fxsdk_send_fxg3a() {
fxsdk_send_cg "$@"
}
fxsdk_path() {
case "$1" in
"sysroot")