{"id":27127690,"url":"https://github.com/alwaysofflinesoftware/xojotoappimage","last_synced_at":"2025-04-07T17:57:33.141Z","repository":{"id":257963051,"uuid":"864346747","full_name":"AlwaysOfflineSoftware/XojoToAppImage","owner":"AlwaysOfflineSoftware","description":"A tool for turning compiled Xojo Linux programs into the extremely portable and compatible AppImage!","archived":false,"fork":false,"pushed_at":"2025-03-10T12:53:25.000Z","size":14127,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-10T13:38:22.945Z","etag":null,"topics":["appimage","appimage-format","graphical-user-interface","packaging-tool"],"latest_commit_sha":null,"homepage":"","language":"Xojo","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlwaysOfflineSoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-28T01:54:11.000Z","updated_at":"2025-03-10T12:53:28.000Z","dependencies_parsed_at":"2024-12-06T14:52:20.957Z","dependency_job_id":null,"html_url":"https://github.com/AlwaysOfflineSoftware/XojoToAppImage","commit_stats":null,"previous_names":["alwaysofflinesoftware/xojotoappimage"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlwaysOfflineSoftware%2FXojoToAppImage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlwaysOfflineSoftware%2FXojoToAppImage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlwaysOfflineSoftware%2FXojoToAppImage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlwaysOfflineSoftware%2FXojoToAppImage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlwaysOfflineSoftware","download_url":"https://codeload.github.com/AlwaysOfflineSoftware/XojoToAppImage/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247704513,"owners_count":20982293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appimage","appimage-format","graphical-user-interface","packaging-tool"],"created_at":"2025-04-07T17:57:32.555Z","updated_at":"2025-04-07T17:57:33.135Z","avatar_url":"https://github.com/AlwaysOfflineSoftware.png","language":"Xojo","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XojoToAppImage  [![License](https://img.shields.io/badge/License-GPLv2-green)](#license)\n\nA graphical tool using \u003ca href=https://github.com/AppImage/appimagetool\u003eAppimagetool\u003c/a\u003e for turning compiled Xojo Linux programs into the extremely portable and compatible AppImage!\n\n![image](https://github.com/user-attachments/assets/1c8bd7a7-dfc7-44de-886d-e4be4f952420)\n\n\u003cdl\u003e\n  \u003cb\u003eIf you enjoy my work  \u003ca class=\"gumroad-button\" href=\"https://alwaysoffline.gumroad.com/l/Thanks\" data-gumroad-overlay-checkout=\"true\"\u003eSend a thank you tip on Gumroad!\u003c/a\u003e\u003c/b\u003e\n\u003c/dl\u003e\n\n## How to Use\nDownload the app image or archive (unzip the archive) and then run, or learn how to build it yourself below.\nThen place the path of the main Xojo executable in the executable field and the icon path in the icon field and hit the run button. Instantly and appimage should be generated!\n\n\n## How to Build\nMade with \u003ca href=\"https://www.xojo.com\"\u003eXojo\u003c/a\u003e (Which is free for Linux!)\nOnce you have the IDE downloaded, open the project and you will need to add the dependancies to the asset folder in the editor, these are all included in the repo, it should look something like this:\n\n![image](https://github.com/user-attachments/assets/faf7434e-2075-4724-9fe2-07aa0ec075d7)\n\nrun the program via the IDE to make sure any issues are resolved and then hit build in the IDE if everything clears. Done!\n\n## How to contribute\n\nYou can contribute to XojoToAppImage by:\n\n- submit changes from your Fork of XojoToAppImage\n- submit issues if you run into a error or want a feature\n- request to become a Contributor\n\n### Forking XojoToAppImage\n\n1. Click the Fork button at the top.\n2. Make your changes.\n3. Push your changes back to GitHub.\n4. Create a \"Pull Request\" for your changes.\n\nI'll review pull requests when I can!\n\nFrankly, this is all still new to me so we'll see how it goes!\n\n### Becoming a Contributor\n\nIf you actively submit good changes, I'll probably make you a Contributor so that I don't have to process all your pull requests.\n\n## Requirements\nShould all be included in the program but if for some reason it doesn't run, try installing these via apt:\n- libunwind8\n- libsoup 2.4 (minimum)\n- libwebkit2gtk\n- libiodbc\n\nFor using Xojo and the IDE dependancies look here: \u003ca  href=https://documentation.xojo.com/resources/system_requirements_for_current_release.html\u003eXojo Requirements Page\u003c/a\u003e\n\n## License\n\nReleased under \u003ca href=https://www.gnu.org/licenses/old-licenses/gpl-2.0.md\u003eGPLv2\u003c/a\u003e by Always Offline Software.\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falwaysofflinesoftware%2Fxojotoappimage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falwaysofflinesoftware%2Fxojotoappimage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falwaysofflinesoftware%2Fxojotoappimage/lists"}