Skip to content

Commit

Permalink
Beta1: Add update script and upgrade to 5.4.3
Browse files Browse the repository at this point in the history
Summary:
  * Upgrade to version 5.4.3.
  * Add update script for version `0.0.9-alpha`
  * Change App directory from `KeyStoreExplorer`
    to `KSE`.
  * Update documentation
  • Loading branch information
uroesch committed Mar 22, 2020
1 parent 489d9d7 commit 4e7b35b
Show file tree
Hide file tree
Showing 7 changed files with 611 additions and 55 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.exe
Data/
App/KeyStoreExplorer
App/KSE
Download
39 changes: 20 additions & 19 deletions App/AppInfo/Launcher/KeyStoreExplorerPortable.ini
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
[Launch]
; Note: Using the provided `kse.exe` will start the java process with `javaw.exe`
; and then quit. Using the `javaw.exe` as ProgramExecutable lets the PortableApps
; Launcher track the process properly.
ProgramExecutable=javaw.exe
CommandLineArguments="-jar kse.jar"
WorkingDirectory=%PAL:AppDir%\KeyStoreExplorer

[Activate]
Java=RequireRegistry=true

[FileWrite1]
Type=Replace
File=%PAL:DataDir%\settings\kse.reg
Find=%PAL:LastDrive%%PAL:LastPackagePartialDir:java.util.prefs%
Replace=%PAL:Drive%%PAL:PackagePartialDir:java.util.prefs%

[RegistryKeys]
kse=HKEY_CURRENT_USER\Software\JavaSoft\Prefs\org\kse
[Launch]
; Note: Using the provided `kse.exe` will start the java process with `javaw.exe`
; and then quit. Using the `javaw.exe` as ProgramExecutable lets the PortableApps
; Launcher track the process properly.
WorkingDirectory=%PAL:AppDir%\KSE
ProgramExecutable=javaw.exe
CommandLineArguments=-jar kse.jar

[Activate]
Java=require
Registry=true

[FileWrite1]
Type=Replace
File=%PAL:DataDir%\settings\kse.reg
Find=%PAL:LastDrive%%PAL:LastPackagePartialDir:java.util.prefs%
Replace=%PAL:Drive%%PAL:PackagePartialDir:java.util.prefs%

[RegistryKeys]
kse=HKEY_CURRENT_USER\Software\JavaSoft\Prefs\org\kse
80 changes: 46 additions & 34 deletions App/AppInfo/appinfo.ini
Original file line number Diff line number Diff line change
@@ -1,34 +1,46 @@
[Format]
Type=PortableApps.comFormat
Version=3.5

[Details]
Name=KeyStore Explorer Portable
AppID=KeyStoreExplorerPortable
Publisher=keystore-explorer.org
Homepage=https://keystore-explorer.org
Donate=
Category=Utilities
Description=KeyStore Explorer for Java Keystores
Language=Multilingual
Trademarks=
InstallType=

[License]
Shareable=True
OpenSource=True
Freeware=True
CommercialUse=true

[Dependencies]
UsesJava=Yes

[Control]
Icons=1Start=KeyStoreExplorerPortable.exe
[Associations]
FileTypes=jksFileTypeCommandLine=FileTypeCommandLine-extension=Protocols=ProtocolCommandLine=ProtocolCommandLine-protocol=SendTo=SendToCommandLine=Shell=ShellCommand=
[FileTypeIcons]

[Version]
PackageVersion=5.4.2.0
DisplayVersion=5.4.2-beta0-uroesch
[Format]
Type=PortableApps.comFormat
Version=3.5

[Details]
Name=KeyStore Explorer Portable
AppID=KeyStoreExplorerPortable
Publisher=keystore-explorer.org
Homepage=https://keystore-explorer.org
Donate=
Category=Utilities
Description=KeyStore Explorer for Java Keystores
Language=Multilingual
Trademarks=
InstallType=

[License]
Shareable=True
OpenSource=True
Freeware=True
CommercialUse=true

[Dependencies]
UsesJava=Yes

[Control]
Icons=1
Start=KeyStoreExplorerPortable.exe

[Associations]
FileTypes=jks
FileTypeCommandLine=
FileTypeCommandLine-extension=
Protocols=
ProtocolCommandLine=
ProtocolCommandLine-protocol=
SendTo=
SendToCommandLine=
Shell=
ShellCommand=

[FileTypeIcons]

[Version]
PackageVersion=5.4.3.0
DisplayVersion=5.4.3-beta1-uroesch
9 changes: 9 additions & 0 deletions App/AppInfo/update.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Version]
Package = 5.4.3.0
Display = 5.4.3-beta1-uroesch

[Archive]
URL1 = https://github.com/kaikramer/keystore-explorer/releases/download/v5.4.3/kse-543.zip
Checksum1 = SHA256:9A0121B77CD0924673606864841DC9CBE76E6161C83B9C183E3E3BC9C6120E78
TargetName1 = KSE
ExtractName1 = kse-543
Loading

0 comments on commit 4e7b35b

Please sign in to comment.