Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek authored Jul 23, 2020
1 parent 5794431 commit 5dd6836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
type release.h
qmake QOwnNotes.pro -r -spec win32-g++
lrelease QOwnNotes.pro
make CXXFLAGS="-m32" LDFLAGS="-m32
make CXXFLAGS="-m32" LDFLAGS="-m32"
md ..\release
# copy the binary to our release path
copy QOwnNotes.exe ..\release
Expand Down

0 comments on commit 5dd6836

Please sign in to comment.