{"id":18336166,"url":"https://github.com/turekbot/getdownwindowsinstaller","last_synced_at":"2025-04-06T04:35:00.504Z","repository":{"id":76571138,"uuid":"100889975","full_name":"TurekBot/getdownwindowsinstaller","owner":"TurekBot","description":"An example of how to deploy an application that automatically updates with Getdown","archived":false,"fork":false,"pushed_at":"2020-01-18T02:44:01.000Z","size":24,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T17:12:35.813Z","etag":null,"topics":["getdown","maven","nsis","windows-installer"],"latest_commit_sha":null,"homepage":"https://github.com/rockfireredmoon/getdown-maven-plugin","language":"NSIS","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/TurekBot.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":"2017-08-20T21:34:53.000Z","updated_at":"2020-01-18T02:56:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"7e7587f7-5ad9-492b-ac2f-8503c2192545","html_url":"https://github.com/TurekBot/getdownwindowsinstaller","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/TurekBot%2Fgetdownwindowsinstaller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TurekBot%2Fgetdownwindowsinstaller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TurekBot%2Fgetdownwindowsinstaller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TurekBot%2Fgetdownwindowsinstaller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TurekBot","download_url":"https://codeload.github.com/TurekBot/getdownwindowsinstaller/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247435041,"owners_count":20938530,"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":["getdown","maven","nsis","windows-installer"],"created_at":"2024-11-05T20:06:27.379Z","updated_at":"2025-04-06T04:35:00.494Z","avatar_url":"https://github.com/TurekBot.png","language":"NSIS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Getdown - Windows Installer #\n\nShows how to package your application in an installer along side getdown. Getdown will update the app each time the app is opened.\n\n### To get started ###\n1. Clone or download this repository (or copy the structure)\n1. You need to install NSIS for generating the native installer.\n    1. http://nsis.sourceforge.net/Download\n1. Fill in, change, or comment out anything in `pom.xml` that is labeled with `FILLMEIN`.\n1. Provide your own images\n    1. You can replace `myapp.ico` with your own icon\n        1. You'll need to either rename *your* icon or *rename all of the \"myapp.ico\"* in `installationConfiguration.nsi`\n    1. You can replace `myappsmall.ico` with your own icon\n        1. You'll need to either rename *your* icon or *rename all of the \"myappsmall.ico\"* in `installationConfiguration.nsi`\n    1. You can replace `myappbanner.bmp` with your own banner\n        1. You'll need to either rename *your* banner or *rename all of the \"myappbanner.bmp\"* in `installationConfiguration.nsi`\n1. [Choose a license](www.choosealicense.com) and put it in `nsis/License.txt`\n1. Add some instructions for the user to `nsis/Readme.txt`\n1. Run `mvn package`\n1. This will generate 3 folders in the `target` directory: `getdown`, `getdown-stub`, and `getdown-applet`\n    1. The `getdown` folder contains everything that getdown needs in order to perform an update.\n    1. The `getdown-stub` folder contains everything that the installer needs.\n    1. The `getdown-applet` folder contains everything you need to deploy the application as an applet.\n1. Copy the contents of `target/getdown` to your website/local webserver\n    1. (make sure it's located specifically at whatever you put in `appbase`).\n1. Run the installer; this will\n    1. download the application from your website/local webserver\n    1. and install the application on your computer.\n     \n\n### To test the updating ###\n1. Change something in your app\n1. Run `mvn package`\n1. Upload the contents of the `getdown` folder to your website/local webserver.\n    1. Make sure it's placed exactly at `appbase`\n1. Open up the application from the start menu\n1. Watch your program update itself.\n\n### [Getdown](https://github.com/threerings/getdown/wiki) ###\n* To learn how Getdown works see the [Getdown documentation](https://github.com/threerings/getdown/wiki)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturekbot%2Fgetdownwindowsinstaller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturekbot%2Fgetdownwindowsinstaller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturekbot%2Fgetdownwindowsinstaller/lists"}