flash compiler
1.0.0
另一個Flash編譯器
| Apache Flex SDK和Adobe Air SDK用於構建,預覽和測試您的二進製文件。 |
| Android SDK和iOS SDK用於模擬,預覽和測試您的移動二進製文件。 |
| Grunt或Gulp用於構建,預覽和測試您的項目。 |
| Bower或JAM用於依賴性管理。 |
sh build [package] [mode] [options]
或者
chmod +x build && ./build -help
或者
double-click on it
-swf ( Default: ShockWave Flash)
-dmg ( Apple disk images)
-app ( Application bundle)
-apk ( Android application package file)
-ipa (? iOS application)
-air ( Adobe Integrated Runtime)
-exe (? Windows Executable file)
-rem ( Blackberry Desktop Manager / Blackberry devices)
-debug ( Default: Methodical process of finding and reducing the number of bugs, or defects)
-release ( The public distribution of software code and support materials)
-preview ( Opens compiled project)
-server ( Compiles and opens localhost environment)
-launch ( Opens localhost environment)
-hml ( Opens homologation environment)
-dev ( Opens staging environment)
Flash Compiler當前僅與Mac OS X兼容。沒有保證,但是我認為您可以在Microsoft Windows或Git-For-Windows上使用Cygwin執行。
錯誤和問題應通過問題跟踪器報告。
git checkout -b my-new-feature以創建您的功能分支。git commit -am 'Add some feature'以提交您的更改。git push origin my-new-feature以推到分支。▴回到頂部