Commit 36568bd 1 parent 08a6f57 commit 36568bd Copy full SHA for 36568bd
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -89,14 +89,15 @@ apps: out
89
89
--name sage-apps-builder \
90
90
--rm -it \
91
91
--env DEBUG=' electron-windows-installer:*' \
92
+ --env-file <( env | grep -iE ' DEBUG|NODE_|ELECTRON_|YARN_|NPM_|CI' ) \
92
93
-v " ${PWD} :/project:delegated" \
93
94
electronuserland/builder:wine-mono make docker-apps && \
94
95
ls -Rlh out/ && \
95
96
find out -type f -mindepth 2 | xargs -I{} mv -f {} out/ && \
96
97
rm -f out/RELEASES out/* .nupkg && \
97
- mv -f " out/Sage-1.0.0 Setup.exe" out/sage- ${VERSION} -windows .exe && \
98
- mv -f out/Sage-darwin-x64-1.0.0.zip out/sage- ${VERSION} -mac .zip && \
99
- mv -f out/sage_1.0.0_amd64.deb out/sage- ${VERSION} -linux .deb
98
+ mv -f " out/Sage-1.0.0 Setup.exe" out/Sage-for-Windows .exe && \
99
+ mv -f out/Sage-darwin-x64-1.0.0.zip out/Sage-for-Mac .zip && \
100
+ mv -f out/sage_1.0.0_amd64.deb out/Sage-for-Linux .deb
100
101
101
102
.PHONY : docker-apps
102
103
docker-apps :
You can’t perform that action at this time.
0 commit comments