We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289e39f commit dfd87dfCopy full SHA for dfd87df
Makefile
@@ -115,7 +115,7 @@ docker-genassets: require-npm
115
echo " " >> $$DEST && \
116
tarfs -pkg ui $$DIST >> $$DEST && \
117
go install github.com/akavel/rsrc && \
118
- rsrc -ico installer-resources/windows/lantern.ico -o src/github.com/getlantern/flashlight/lantern_386.syso;
+ rsrc -ico installer-resources/windows/lantern.ico -o src/github.com/getlantern/flashlight/lantern_windows_386.syso;
119
120
docker-linux-amd64:
121
@source setenv.bash && \
@@ -346,4 +346,5 @@ clean:
346
rm -f *.png && \
347
rm -rf *.app && \
348
rm -f ./src/github.com/getlantern/flashlight/ui/resources.go && \
349
+ rm -f src/github.com/getlantern/flashlight/*.syso && \
350
rm -f *.dmg
0 commit comments