通过flex在IntelliJ IDEA中构建后如何配置生成的flash文件的自动上传?
在使用 IntelliJ IDEA 之前,我使用了一个简单的 shell 命令来编译和上传文件。现在我想要 IntelliJ IDEA 中的类似过程。
mxmlc -debug=true -static-link-runtime-shared-libraries=true -output flash.swf flash.as 2>&1 && scp flash.swf user@server:/var/www/