Skip to content

Commit

Permalink
Beta0: Working version with registry management
Browse files Browse the repository at this point in the history
Summary:
  * Working version with windows registry managment.
  * Still requires verification and testing.
  • Loading branch information
uroesch committed Mar 1, 2020
1 parent 407d37f commit 489d9d7
Show file tree
Hide file tree
Showing 9 changed files with 69 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.ico filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.xcf filter=lfs diff=lfs merge=lfs -text
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.exe
Data/
App/KeyStoreExplorer
19 changes: 19 additions & 0 deletions App/AppInfo/Launcher/KeyStoreExplorerPortable.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[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
Expand Down
3 changes: 3 additions & 0 deletions App/AppInfo/appicon.ico
Git LFS file not shown
3 changes: 3 additions & 0 deletions App/AppInfo/appicon_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions App/AppInfo/appicon_32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions App/AppInfo/appinfo.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[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
Expand Down
Binary file added App/DefaultData/kse.reg
Binary file not shown.
Empty file added help.html
Empty file.

0 comments on commit 489d9d7

Please sign in to comment.