Skip to content

Commit

Permalink
Don't delete non-existing translations\qt_en.qm
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek authored Aug 27, 2020
1 parent 5f68d8f commit 0acb322
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 @@ -197,7 +197,7 @@ jobs:
copy ..\..\Qt\5.15.1\mingw81_64\bin\libstdc++-6.dll .
# for some reason AppVeyor or windeployqt uses a copy of the German
# translation file as English one, which screws up the English user interface
del translations\qt_en.qm
#del translations\qt_en.qm
Compress-Archive -Path * -DestinationPath ..\QOwnNotes.zip
Compress-Archive -Path ..\..\Qt\5.15.1\mingw81_64\qml\QtQuick\* -DestinationPath ..\QtQuick.zip
tree ..\..\Qt\5.15.1 /f
Expand Down

0 comments on commit 0acb322

Please sign in to comment.