瀏覽代碼

Added updates pack simulating script

Toby Chui 3 年之前
父節點
當前提交
1ed1d9cf53
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      prepare_update_files.sh

+ 6 - 0
prepare_update_files.sh

@@ -0,0 +1,6 @@
+#/bin/bash
+mkdir ./updates
+cp -r ../aroz_online_autorelease/system ./updates/
+cp -r ../aroz_online_autorelease/web ./updates/
+cp  ../aroz_online_autorelease/arozos_windows_amd64.exe ./updates/
+echo "DONE"