Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Will now do things pure Go instead of running commands (#115)
* Will now do things pure Go instead of running commands *If it's working* * Automatically resolve symlink's for thumbnail Try to prefil some desktop entry information from the appimage's desktop file * Initial commit for seperated library. * Simplifed GoAppImage Removed code that's only valuable to appimaged Used goto statements to help with command fallback. * More work on the goappimage library. Will now try to parse the desktop file at creation and get the AppImage's name from it ExtractFile can now (for type 2 with a working reader) resolve symlinks Added the ability to get the icon (a bit half baked right now though) Changed getFSTime to ModTime to be consistent with os.File. * Expirementing with using a library for type 1 * A bit more work on ExtractFileReader * Working on archiverReader type * Gave up on archiveReader Implemented symlink resolution for type 1 AppImages. * Re-implemented archiveReader. Still need to make it work with the main library though. * Maybe finished with the library? archiveReader should work properly for both type1 and type2 Mainly just need to test everything right now. * Fixed some issues * Initial integration of goappimage into appimaged * Possible fix * Messing around to get TravisCI to work * Fixed broken build due to a library * Trying to figure out why travisCI isn't building * Trying to figure out why TravisCI for otiai10/copy * Laid the foundation for command fallback for type2 Reverted some changes I made to debug TravisCI failing * Added some fallback for type 2 Changed to CalebQ42/copy temporarily * Some work on type2 command fallback. * Finished command backup for type 2 All file handling is done through archivereader so things can be much cleaner. Cleaned up thumbnail getting Changed back to otiai10/copy * Updated to newest sqashfs to fix issues. Fixed some issues with thumbnails and desktop files
- Loading branch information