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
2
4
3
- # default compiler
4
- ARG cxx=g++
5
- ENV CXX=$cxx
5
+ RUN apt-get -y install libxcb-ewmh-dev
6
6
7
7
ADD . /build
8
8
WORKDIR /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 22
22
mkdir -p AppDir/usr/share/icons/hicolor/scalable/apps
23
23
cp assets/blobdrop.svg AppDir/usr/share/icons/hicolor/scalable/apps/
24
24
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