Skip to content

Commit 36568bd

Browse files
committed
Rename apps to standard names
1 parent 08a6f57 commit 36568bd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Makefile

+4-3
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,15 @@ apps: out
8989
--name sage-apps-builder \
9090
--rm -it \
9191
--env DEBUG='electron-windows-installer:*' \
92+
--env-file <(env | grep -iE 'DEBUG|NODE_|ELECTRON_|YARN_|NPM_|CI') \
9293
-v "${PWD}:/project:delegated" \
9394
electronuserland/builder:wine-mono make docker-apps && \
9495
ls -Rlh out/ && \
9596
find out -type f -mindepth 2 | xargs -I{} mv -f {} out/ && \
9697
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
100101

101102
.PHONY: docker-apps
102103
docker-apps:

0 commit comments

Comments
 (0)