Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Automatically build key portions of AppImageKit #13

Merged
merged 2 commits into from
Apr 3, 2014

Commits on Apr 1, 2014

  1. Automatically build key portions of AppImageKit

    - Build only the portion necessary for creating Ember AppImages
    - Use the resulting AppImageKit components to create the Ember AppImage
    - This will remove the requirement to install/compile AppImageKit manually
    - Minor cleanup/adjustment of existing AppImage code
    olekw committed Apr 1, 2014
    Configuration menu
    Copy the full SHA
    1cc718e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2014

  1. Don't exit if misbehaving libraries are not found

    - When creating an AppImage, certain libraries must be removed
    - The script will currently exit when it fails to delete such a library
    - The script should not exit if such a library was never present
    olekw committed Apr 3, 2014
    Configuration menu
    Copy the full SHA
    4ce7c01 View commit details
    Browse the repository at this point in the history