File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ function package_windows() {
12
12
unzip /tmp/unor4wifi-reboot-windows.zip -d unor4wifi-update-windows/bin
13
13
14
14
sed s#VVERSION#$VERSION #g update_windows.bat > unor4wifi-update-windows/update.bat
15
- cp ../UNOR4USBBridge/build/esp32-patched.esp32.arduino_unor4wifi_usb_bridge/S3-ALL .bin unor4wifi-update-windows/firmware/UNOR4-WIFI-S3-$VERSION .bin
15
+ cp ../UNOR4USBBridge/build/esp32-patched.esp32.arduino_unor4wifi_usb_bridge/S3-BOOT-APP .bin unor4wifi-update-windows/firmware/UNOR4-WIFI-S3-$VERSION .bin
16
16
17
17
zip -r unor4wifi-update-windows.zip unor4wifi-update-windows
18
18
@@ -30,7 +30,7 @@ function package_linux() {
30
30
unzip /tmp/unor4wifi-reboot-linux64.zip -d unor4wifi-update-linux/bin
31
31
32
32
sed s#VVERSION#$VERSION #g update_linux.sh > unor4wifi-update-linux/update.sh
33
- cp ../UNOR4USBBridge/build/esp32-patched.esp32.arduino_unor4wifi_usb_bridge/S3-ALL .bin unor4wifi-update-linux/firmware/UNOR4-WIFI-S3-$VERSION .bin
33
+ cp ../UNOR4USBBridge/build/esp32-patched.esp32.arduino_unor4wifi_usb_bridge/S3-BOOT-APP .bin unor4wifi-update-linux/firmware/UNOR4-WIFI-S3-$VERSION .bin
34
34
35
35
zip -r unor4wifi-update-linux.zip unor4wifi-update-linux
36
36
@@ -49,7 +49,7 @@ function package_macos() {
49
49
unzip /tmp/unor4wifi-reboot-macos.zip -d unor4wifi-update-macos/bin
50
50
51
51
sed s#VVERSION#$VERSION #g update_mac.command > unor4wifi-update-macos/update.command
52
- cp ../UNOR4USBBridge/build/esp32-patched.esp32.arduino_unor4wifi_usb_bridge/S3-ALL .bin unor4wifi-update-macos/firmware/UNOR4-WIFI-S3-$VERSION .bin
52
+ cp ../UNOR4USBBridge/build/esp32-patched.esp32.arduino_unor4wifi_usb_bridge/S3-BOOT-APP .bin unor4wifi-update-macos/firmware/UNOR4-WIFI-S3-$VERSION .bin
53
53
54
54
zip -r unor4wifi-update-macos.zip unor4wifi-update-macos
55
55
You can’t perform that action at this time.
0 commit comments