Skip to content

Commit dff9a0f

Browse files
Update CI.yml
1 parent bd45198 commit dff9a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
cp ./installer/linux/file_commander.desktop ./bin/release/x64/
115115
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${Qt6_DIR}/lib/
116116
sudo ldconfig
117-
./linuxdeployqt-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
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
118118
ls -Ac
119119
mv ./File_Commander*.AppImage ./FileCommander.AppImage
120120

0 commit comments

Comments
 (0)