File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- FROM vimpostor/arch-qt6
1+ # Build with: podman build -t blobdrop .
2+ # Run with: podman run -v "$PWD:/output" blobdrop
3+ FROM docker.io/vimpostor/appimage-qt6
24
3- # default compiler
4- ARG cxx=g++
5- ENV CXX=$cxx
5+ RUN apt-get -y install libxcb-ewmh-dev
66
77ADD . /build
88WORKDIR /build
9- RUN pacman -Syu --noconfirm imagemagick
10- RUN scripts/build.sh
9+ RUN scripts/build-appimage.sh
10+ CMD cp *-x86_64.AppImage /output
Original file line number Diff line number Diff line change 2222mkdir -p AppDir/usr/share/icons/hicolor/scalable/apps
2323cp assets/blobdrop.svg AppDir/usr/share/icons/hicolor/scalable/apps/
2424
25- QML_SOURCES_PATHS=" $PWD /src/qml" QMAKE= " $( which qmake ) " linuxdeploy --appdir AppDir --plugin qt --output appimage
25+ QML_SOURCES_PATHS=" $PWD /src/qml" linuxdeploy --appdir AppDir --plugin qt --output appimage
You can’t perform that action at this time.
0 commit comments