Erwin 4 năm trước cách đây
mục cha
commit
17b6d3f63a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      build.sh

+ 2 - 0
build.sh

@@ -5,3 +5,5 @@ cross build --target armv7-unknown-linux-gnueabihf  --release
 
 cp target/arm-unknown-linux-gnueabihf/release/partun release/arm6/
 cp target/armv7-unknown-linux-gnueabihf/release/partun release/arm7/
+git add release
+git commit -m "Cross compile release"