Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We can also create an appimage for the release with: # Needed to link against an old libc nix-shell -p glibc -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/136a26be29a9daa04e5f15ee7694e9e92e5a028c.tar.gz # Create the appimage QML_SOURCES_PATHS="$PWD/src/qml" QMAKE=/usr/bin/qmake6 ./linuxdeploy-x86_64.AppImage --appdir AppDir --plugin qt --output appimage ref: https://github.com/linuxdeploy/linuxdeploy ref: https://docs.appimage.org/packaging-guide/from-source/native-binaries.html#using-cmake-and-make-install
- Loading branch information