{"id":13712576,"url":"https://github.com/krypt0nn/neutralino-appimage-bundler","last_synced_at":"2025-04-22T20:31:31.845Z","repository":{"id":42775116,"uuid":"443634015","full_name":"krypt0nn/neutralino-appimage-bundler","owner":"krypt0nn","description":"Bundle your Neutralino project in AppImage","archived":false,"fork":false,"pushed_at":"2023-01-27T20:38:51.000Z","size":40,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T03:43:22.424Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krypt0nn.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}},"created_at":"2022-01-01T22:16:46.000Z","updated_at":"2024-05-26T21:49:11.000Z","dependencies_parsed_at":"2023-02-15T16:35:32.720Z","dependency_job_id":null,"html_url":"https://github.com/krypt0nn/neutralino-appimage-bundler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypt0nn%2Fneutralino-appimage-bundler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypt0nn%2Fneutralino-appimage-bundler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypt0nn%2Fneutralino-appimage-bundler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypt0nn%2Fneutralino-appimage-bundler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krypt0nn","download_url":"https://codeload.github.com/krypt0nn/neutralino-appimage-bundler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250134353,"owners_count":21380424,"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":[],"created_at":"2024-08-02T23:01:19.982Z","updated_at":"2025-04-22T20:31:31.548Z","avatar_url":"https://github.com/krypt0nn.png","language":"TypeScript","funding_links":[],"categories":["Tools"],"sub_categories":["For Neutralino"],"readme":"\u003ch1 align=\"center\"\u003e🚀 Neutralino AppImage Bundler\u003c/h1\u003e\n\nBundle your Neutralino project in AppImage\n\n⚠️ Works only on Linux x64 systems\n\n# Installation\n\nWith npm:\n\n```sh\nnpm i --save-dev neutralino-appimage-bundler\n```\n\nWith yarn:\n\n```sh\nyarn add -D neutralino-appimage-bundler\n```\n\n# Usage\n\nYou can, for example, create file named `build-appimage.js`, with this content:\n\n```js\nconst path = require('path');\n\n// Require bundler\nconst { Bundler } = require('neutralino-appimage-bundler');\n\n// Create an object with some params\nconst bundler = new Bundler({\n    // .desktop file properties\n    desktop: {\n        // Name field\n        name: 'Aboba Project',\n\n        // Path to the icon\n        icon: path.join(__dirname, 'test/public/icons/64x64.png'),\n\n        // Categories (defult is Utilities)\n        categories: ['Game']\n    },\n\n    // Neutralino binary info\n    binary: {\n        // Name of the binary (cli.binaryName)\n        name: 'aboba-amogus',\n\n        // Dist folder path\n        dist: path.join(__dirname, 'test/dist')\n    },\n\n    // Some files or folders to copy inside of the the AppImage\n    copy: {\n        'public': path.join(__dirname, 'test/dist/aboba-amogus/public')\n    },\n\n    // Should AppImage contain Neutralino's dependencies or not\n    // If true, then AppImage will contain binary's shared libraries\n    includeLibraries: false,\n\n    // Path to the appimage to save\n    output: path.join(__dirname, 'el-passant.AppImage'),\n\n    /**\n     * (optional) If set to true, the AppImage will run only with root privileges\n     */\n    sudo: false,\n\n    // Application version\n    version: '2.0.0'\n});\n\n// Bundle project\nbundler.bundle();\n```\n\nAnd update your `package.json` scripts:\n\n```json\n{\n    \"scripts\": {\n        \"bundle:appimage\": \"node build-appimage.js\"\n    }\n}\n```\n\nSo you'll be able to run\n\n```sh\nyarn bundle:appimage\n```\n\nor\n\n```sh\nnpm run bundle:appimage\n```\n\nWhich will bundle your Neutralino application to the AppImage\n\n\u003cbr\u003e\n\nAuthor: [Nikita Podvirnyy](https://github.com/krypt0nn)\n\nLicensed under [MIT](LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrypt0nn%2Fneutralino-appimage-bundler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrypt0nn%2Fneutralino-appimage-bundler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrypt0nn%2Fneutralino-appimage-bundler/lists"}