File tree Expand file tree Collapse file tree 9 files changed +28
-6
lines changed Expand file tree Collapse file tree 9 files changed +28
-6
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,24 @@ $MKFW_PATH/mkfw "${NAME}" $FIRMWARE_PATH/Assets/${TILE}.raw \
48
48
49
49
mv firmware.fw " $FIRMWARE_PATH /Releases/${VERSION} /${NAME} .fw"
50
50
51
+ clear
52
+ echo " --------------------------------------------------------------------------"
53
+ echo -e " ${clamp} ${green} Creating ZIP File of ${cyan}${VERSION}${nc} Firmware"
54
+ echo " --------------------------------------------------------------------------"
55
+
56
+ cd $FIRMWARE_PATH /Releases/
57
+ ls
58
+ ZIP = " ${VERSION} .zip"
59
+ if [ -f " $ZIP " ];
60
+ then
61
+ rm -f ${ZIP}
62
+ fi
63
+ zip -qr -X " ${VERSION} .zip" ${VERSION}
64
+ # mv "${VERSION}.zip" $FIRMWARE_PATH/Releases/
65
+
66
+
51
67
# ---------------------------------
52
68
# Goodbye
53
69
# ---------------------------------
54
- source helpers/goodbye
70
+ cd $SRC_PATH
71
+ # source helpers/goodbye
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ GB_OPTION_PATH=""
23
23
24
24
# set_nes_path
25
25
set_gb_path () {
26
- GB=(" go-play " " super-go-play" " retro-go " )
26
+ GB=(" retro-go " " super-go-play" " go-play " )
27
27
OPTION=" ${monkey} ${red} Please Select ${cyan} GB/GBC Emulator${nc} "
28
28
echo " --------------------------------------------------------------------------"
29
29
echo -e " ${OPTION} "
@@ -51,7 +51,7 @@ set_gb_path() {
51
51
52
52
# set_nes_path
53
53
set_nes_path () {
54
- NES=(" go-play " " super-go-play" " retro-go " )
54
+ NES=(" retro-go " " super-go-play" " go-play " )
55
55
OPTION=" ${monkey} ${red} Please Select ${cyan} NES Emulator${nc} "
56
56
echo " --------------------------------------------------------------------------"
57
57
echo -e " ${OPTION} "
@@ -79,7 +79,7 @@ set_nes_path() {
79
79
80
80
# set_handy_path
81
81
set_handy_path () {
82
- NES=(" handy-go " " odroid-go-handy/handy-go" )
82
+ NES=(" odroid-go-handy/handy-go " " handy-go" )
83
83
OPTION=" ${monkey} ${red} Please Select ${cyan} LYNX Emulator${nc} "
84
84
echo " --------------------------------------------------------------------------"
85
85
echo -e " ${OPTION} "
@@ -188,7 +188,7 @@ options() {
188
188
* ) echo -e " ${OPTION} " ;;
189
189
esac
190
190
done
191
- clear
191
+ clear
192
192
}
193
193
194
194
# DEFUALT
Original file line number Diff line number Diff line change @@ -45,3 +45,5 @@ export wrench=🛠
45
45
export disk=💾
46
46
export wave=👋
47
47
export screen=🖥️
48
+ export file=🗄️
49
+ export clamp=🗜️
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ SOURCE=""
9
9
10
10
# port
11
11
version () {
12
+ clear
12
13
VERSIONS=(" odroid-go" " retro-esp" )
13
14
OPTION=" ${monkey} ${white} Please Select Your ${nc}${magentabg} ${white} Hardware ${nc} ${magenta} Version${nc} "
14
15
echo " --------------------------------------------------------------------------"
@@ -60,5 +61,7 @@ read -n 1 -r response
60
61
if [[ " $response " = " y" ]]
61
62
then
62
63
version
64
+ else
65
+ VERSION=" retro-esp"
63
66
fi
64
67
clear
You can’t perform that action at this time.
0 commit comments