Skip to content

Commit fec5203

Browse files
Revert CI.yml
1 parent dff9a0f commit fec5203

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,8 @@ jobs:
103103
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 50
104104
g++ --version
105105
export PATH=$Qt6_DIR/bin/:$PATH
106-
wget --no-verbose "https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage"
107-
wget --no-verbose "https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage"
108-
chmod +x linuxdeploy*.AppImage
106+
wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/7/linuxdeployqt-7-x86_64.AppImage"
107+
chmod a+x linuxdeployqt-7-x86_64.AppImage
109108
unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
110109
$Qt6_DIR/bin/qmake -r CONFIG+=release
111110
make -j
@@ -114,7 +113,7 @@ jobs:
114113
cp ./installer/linux/file_commander.desktop ./bin/release/x64/
115114
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${Qt6_DIR}/lib/
116115
sudo ldconfig
117-
./linuxdeploy-x86_64.AppImage ./bin/release/x64/FileCommander -appimage -unsupported-allow-new-glibc --plugin qt -bundle-non-qt-libs -qmake=$Qt6_DIR/bin/qmake -executable=./bin/release/x64/libplugin_filecomparison.so.1.0.0 -executable=./bin/release/x64/libplugin_imageviewer.so.1.0.0 -executable=./bin/release/x64/libplugin_textviewer.so.1.0.0
116+
./linuxdeployqt-7-x86_64.AppImage ./bin/release/x64/FileCommander -appimage -unsupported-allow-new-glibc -bundle-non-qt-libs -qmake=$Qt6_DIR/bin/qmake -executable=./bin/release/x64/libplugin_filecomparison.so.1.0.0 -executable=./bin/release/x64/libplugin_imageviewer.so.1.0.0 -executable=./bin/release/x64/libplugin_textviewer.so.1.0.0
118117
ls -Ac
119118
mv ./File_Commander*.AppImage ./FileCommander.AppImage
120119

0 commit comments

Comments
 (0)