File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,6 @@ jobs:
124
124
run : |
125
125
choco install nsis
126
126
choco install dos2unix
127
- #choco install pkgconfiglite
128
127
- name : Install Qt
129
128
uses : jurplel/install-qt-action@v2
130
129
with :
@@ -157,8 +156,6 @@ jobs:
157
156
- name : Build MediaWriter
158
157
shell : bash
159
158
run : |
160
- #export PATH=$(echo "$PATH" | sed -e 's/:\/c\/ProgramData\/Chocolatey\/bin//' | sed -e 's/:\/c\/Strawberry\/c\/bin//')
161
- #export PATH="$Qt5_Dir/../../Tools/mingw730_32/bin:$PATH"
162
159
#FIXME: pkg-config seems to be somehow broken and pulls in debug versions of Qt libraries instead
163
160
sed s@PKGCONFIG\ +=\ adwaita-qt@LIBS\ +=\ -L\$\$[QT_INSTALL_BINS]\ -ladwaitaqt@ -i app/app.pro
164
161
sed s@PKGCONFIG\ +=\ adwaita-qt@LIBS\ +=\ -L\$\$[QT_INSTALL_BINS]\ -ladwaitaqt@ -i theme/theme.pro
@@ -179,7 +176,7 @@ jobs:
179
176
cp -r ../../../theme/qml/* ./QtQuick/Controls.2/org.fedoraproject.AdwaitaTheme
180
177
cp -r ../../../theme/qmldir ./org/fedoraproject/AdwaitaTheme
181
178
cp -r ../../theme/release/adwaitathemeplugin.dll ./org/fedoraproject/AdwaitaTheme
182
- $Qt5_Dir/bin/windeployqt -qmldir ../../.. mediawriter.exe --release
179
+ $Qt5_Dir/bin/windeployqt -qmldir ../../.. mediawriter.exe
183
180
cp $Qt5_Dir/bin/libadwaita*.dll .
184
181
cp $Qt5_Dir/bin/libstdc*.dll .
185
182
cp $Qt5_Dir/bin/libwinpthread*.dll .
You can’t perform that action at this time.
0 commit comments