-
Notifications
You must be signed in to change notification settings - Fork 111
[RAPPS-DB] Convert .zip to generated installers #291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,19 @@ | ||
| [Section] | ||
| Name = MultiMC | ||
| Version = 0.7.0-3813 | ||
| Version = 0.7.0-4200 | ||
| License = Apache 2.0 and MS-PL | ||
| Description = MultiMC is a custom launcher for Minecraft that allows you to have multiple, cleanly separated instances of Minecraft with a simple and powerful interface. | ||
| Category = 4 | ||
| URLSite = https://multimc.org/ | ||
| URLDownload = https://files.multimc.org/downloads/mmc-develop-win32.zip | ||
| SHA1 = 94b8e884cbf59378754bc300e60e570ed204e819 | ||
| SizeBytes = 14141416 | ||
| SHA1 = 1096e20d0c8f1abe61d00596ed166843833c84d9 | ||
| SizeBytes = 14255069 | ||
whindsaks marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| Icon = multimc.ico | ||
| Screenshot1 = https://user-images.githubusercontent.com/54766538/276584135-c27902a2-aa45-4cdd-a2f7-fdb6fb327cd5.png | ||
| Installer = Generate | ||
|
|
||
| [Generate] | ||
| Files = MultiMC\*.exe|MultiMC\* | ||
| DelFile = multimc.cfg|notifications.json|MultiMC-0.log|MultiMC-1.log | ||
| DelDir = themes\custom|translations | ||
| DelDirEmpty = icons|instances|skins|themes | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,8 +6,13 @@ Description = A free and open source scientific calculator for Windows. | |
| Category = 11 | ||
| URLSite = http://preccalc.sourceforge.net | ||
| URLDownload = http://download.sourceforge.net/preccalc/preccalc-32bit.zip | ||
| SHA1 = 6a2711d3c72708f3876ac128fcd1f19a5145d77a | ||
| SizeBytes = 192127 | ||
| SHA1 = 0c2c48b3ffc3a6f0faef74c539d3bf9f2cbedcc4 | ||
| SizeBytes = 208036 | ||
| Installer = Generate | ||
|
|
||
| [Generate] | ||
| DelReg = HKCU\Software\Petr Lastovicka\calc | ||
| DelRegEmpty = HKCU\Software\Petr Lastovicka | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Side-question: does the parser allows for specifying values within quotes (like:
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No,
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Rapps uses the standard windows ini parser, which understands the external quotes. |
||
|
|
||
| [Section.0a] | ||
| Description = Una calculadora científica gratuita y de código abierto. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.