移动端
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

打包.bat 214 B

3 년 전
2 년 전
3 년 전
2 년 전
3 년 전
2 년 전
3 년 전
2 년 전
3 년 전
2 년 전
3 년 전
2 년 전
2 년 전
123456789101112131415161718192021
  1. @echo off
  2. @echo ʼApp......
  3. call :extract %0
  4. goto :eof
  5. :extract
  6. rem ĿĿ¼
  7. @echo ĿĿ¼: %~dp1
  8. %~d1
  9. cd %~dp1
  10. call npm run build
  11. @echo ɹ
  12. @echo Ŀļ
  13. start "" %~dp1
  14. @pause