diff --git a/code/.helper/copy-esp-idf.bat b/code/.helper/copy-esp-idf.bat deleted file mode 100644 index d1e498b8..00000000 --- a/code/.helper/copy-esp-idf.bat +++ /dev/null @@ -1,3 +0,0 @@ -copy "..\..\code\build\esp32cam-server-only.bin" "..\..\firmware\firmware.bin" -copy "..\..\code\build\bootloader\bootloader.bin" "..\..\firmware\bootloader.bin" -copy "..\..\code\build\partition_table\partition-table.bin" "..\..\firmware\partitions.bin" \ No newline at end of file diff --git a/code/.helper/makezip.bat b/code/.helper/makezip.bat index 0fe9c3ef..9d5c8b1b 100644 --- a/code/.helper/makezip.bat +++ b/code/.helper/makezip.bat @@ -1 +1 @@ -powershell Compress-Archive "..\..\sd-card\html\*.*" "..\..\firmware\html.zip" \ No newline at end of file +powershell Compress-Archive -Path "..\..\sd-card\html\*.*" -DestinationPath "..\..\firmware\html.zip" \ No newline at end of file