Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions audacity.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ Installer = Generate
[Generate]
Files = Audacity\Audacity.exe|Audacity\*.dll|Audacity\license\*.txt
Icon = Audacity.exe,4
DelReg = HKCU\Software\ExampleSoft\SillyGame
DelRegEmpty = HKCU\Software\ExampleSoft
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can also remove Lnk =

Lnk = Audacity.lnk

[Section.arm64]
Expand Down
1 change: 1 addition & 0 deletions bochs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ SizeBytes = 5335913
URLDownload = https://files.open-rt.party/Software/bochs.zip
SHA1 = 0692472b36d9c7f3f72933fb050975020d883039
SizeBytes = 929002
Installer = Generate

[Section.0a]
Description = Un emulador de PC IA-32 (x86) multiplataforma y de código abierto escrito en C++, funciona en gran cantidad de arquitecturas.
Expand Down
8 changes: 4 additions & 4 deletions dosbox.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[Section]
Name = DOSBox
Version = 0.74-2
Version = 0.74-3
License = GPL
Description = An open-source DOS emulator.
Category = 16
URLSite = http://www.dosbox.com/
URLDownload = http://download.sourceforge.net/project/dosbox/dosbox/0.74-2/DOSBox0.74-2-win32-installer.exe
SHA1 = 06f23be4ceba35c8c547a98f1b327da20082b483
SizeBytes = 1453151
URLDownload = http://download.sourceforge.net/project/dosbox/dosbox/0.74-3/DOSBox0.74-3-win32-installer.exe
SHA1 = c8c1f5a5d17336607c886444518e74e3d1a4e041
SizeBytes = 1493703

[Section.arm]
Version = 0.74
Expand Down
5 changes: 5 additions & 0 deletions npp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ SHA1 = 74b9b47c8582018354380a9a62cfa48a21c54005
SizeBytes = 3433703
Installer = Generate

[Generate.arm]
Files = Notepad++\notepad++.exe|notepad++\*.*|Notepad++\plugins\*.dll
Icon = Notepad++.exe,4
Lnk = Notepad++.lnk

[Section.arm64]
Version = 8.1.4
URLDownload = https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.1.4/npp.8.1.4.Installer.arm64.exe
Expand Down