Skip to content

Commit

Permalink
fix line end
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdu committed Jul 10, 2023
1 parent d87ac45 commit effea11
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ jobs:
with:
name: Dockey-ubuntu22.04
path: |
dist/*.deb
dist/*.tar.gz
dist/*.AppImage
- uses: softprops/action-gh-release@v1
Expand Down
4 changes: 4 additions & 0 deletions package/build_linux_desktop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,11 @@ cp logo.svg Dockey/usr/share/icons/hicolor/scalable/apps

cat > Dockey/AppRun <<EOF
#!/bin/bash
appdir=$(dirname $0)
export LD_LIBRARY_PATH=$appdir
exec "$appdir/Dockey" "$@"
EOF
chmod 755 Dockey/AppRun
Expand Down
2 changes: 1 addition & 1 deletion src/rc_icons.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Created by: The Resource Compiler for Qt version 6.3.0
# WARNING! All changes made in this file will be lost!

from PySide6 import QtCore
from PyQt6 import QtCore

qt_resource_data = b"\
\x00\x00\x02\xd8\
Expand Down

0 comments on commit effea11

Please sign in to comment.