Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Please test] Add AppImage build script #138

Merged
merged 3 commits into from
Nov 21, 2017
Merged

Conversation

jbruechert
Copy link
Member

@jbruechert jbruechert commented Nov 20, 2017

cd utils
./AppImage.sh

fi

# configure buildsystem and environment for AppDir installation
mkdir ../build
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only create, if non-existant?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I could do that but it would work anyway, just throw a warning. As this code will land on a throw-away container on the CI most likely, it would not be that important.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not that important, but it's cleaner.

@lnjX
Copy link
Member

lnjX commented Nov 20, 2017

FYI: I tested it and I got this error:

ERROR: qmlimportscanner not found at "/tmp/.mount_linuxduMz9TZ/usr/bin/qmlimportscanner"
ERROR: Please install it if you want to bundle QML based applications.

Looks like it's missing in the mounted image...
Do I have to install qmlimportscanner on my system or what?

@lnjX lnjX merged commit cd8ed27 into KaidanIM:master Nov 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants