Browse Source

Added updates pack simulating script

Toby Chui 3 năm trước cách đây
mục cha
commit
1ed1d9cf53
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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"