Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
JarlPenguin committed Aug 9, 2018
1 parent db231ce commit b347287
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
4 changes: 2 additions & 2 deletions App/AppInfo/appinfo.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ CommercialUse=true
[Version]
;PackageVersion is used by the installer and the updater. It must be in dotted quad X.X.X.X format for use by Windows. You must ensure that each successive version has a higher package version than the previous or it will not be treated as a newer version by the platform's updater. Generally, the PackageVersion is based on the DisplayVersion. So an app with version 3.4 will have a package version of 3.4.0.0.
PackageVersion=0.0.6675.792
PackageVersion=0.0.6675.793
;DisplayVersion is displayed to the user and used in naming the installer
DisplayVersion=0.0.6675.8 Dev Test 2
DisplayVersion=0.0.6675.8 Dev Test 3
;Some example Display and Package versions
;3.4 would be 3.4.0.0
;4.5a would be 4.5.1.0
Expand Down
9 changes: 8 additions & 1 deletion App/AppInfo/installer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,11 @@ PreserveDirectory1=App\AppName\Config

[FilesToPreserve]
;This indicates to the installer that these files will be preserved. Wildcards are supported. We do this so that the fictitious portable configuration file we handle in the example AppNamePortable.ini isn't lost if a crash and the upgrade occurs.
PreserveFile1=App\AppName\appnameportableexample.config
PreserveFile1=App\AppName\appnameportableexample.config

[DownloadFiles]
AdditionalInstallSize=125
DownloadURL=https://www.grc.com/files/InSpectre.exe
DownloadName=InSpectre
DownloadFilename=InSpectre.exe
DownloadTo=App\InSpectre
6 changes: 6 additions & 0 deletions Other/Source/InSpectrePortable.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
AdditionalParameters=
DisableSplashScreen=false
RunLocally=false

# The above options are explained in the included readme.txt
# This INI file is an example only and is not used unless it is placed as described in the included readme.txt
7 changes: 5 additions & 2 deletions help.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,16 @@ <h2>Portable App Issues</h2>
<ul><em>0.0.6675.8 Development Test 1 (2018-05-04): Initial Release</em></ul>
<ul><li>Compiled app to match PortableApps 3.5 Format.</li>
</ul>
<ul><em>0.0.6675.8 Development Test 2 (2018-06-05):</em></ul>
<ul><em>0.0.6675.8 Development Test 2 (2018-06-05):</em></ul>
<ul><li>Updated links to https from http.</li>
<li>Added appicon_256.png icon to the AppInfo folder.</li>
<li>Re-packaged launcher.</li>
<li>Added 'Trademarks' in appinfo.ini.</li>
</ul>

<ul><em>0.0.6675.8 Development Test 3 (2018-08-09):</em></ul>
<ul><li>Made installer online instead of packaging the base app with the installer.</li>
<li>Moved the ini in the root directory back to Other/Source.</li>
</ul>
</div>
<div class="footer"></div>
</body>
Expand Down

0 comments on commit b347287

Please sign in to comment.