Skip to content

Commit dfd87df

Browse files
author
José Carlos Nieto
committed
Making sure the .syso file does not interfere with other build targets.
1 parent 289e39f commit dfd87df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ docker-genassets: require-npm
115115
echo " " >> $$DEST && \
116116
tarfs -pkg ui $$DIST >> $$DEST && \
117117
go install github.com/akavel/rsrc && \
118-
rsrc -ico installer-resources/windows/lantern.ico -o src/github.com/getlantern/flashlight/lantern_386.syso;
118+
rsrc -ico installer-resources/windows/lantern.ico -o src/github.com/getlantern/flashlight/lantern_windows_386.syso;
119119

120120
docker-linux-amd64:
121121
@source setenv.bash && \
@@ -346,4 +346,5 @@ clean:
346346
rm -f *.png && \
347347
rm -rf *.app && \
348348
rm -f ./src/github.com/getlantern/flashlight/ui/resources.go && \
349+
rm -f src/github.com/getlantern/flashlight/*.syso && \
349350
rm -f *.dmg

0 commit comments

Comments
 (0)