Skip to content

Commit

Permalink
win batch auto import key
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiosa committed Nov 21, 2019
1 parent 5a15b26 commit 1da14d1
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .idea/modules/JCAppStore.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions installer/dependency/keyring.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@ECHO OFF
echo "Include public key into GnuPG key ring"

start gpg --import store.asc
start gpg --
gpg --import ./scripts/store.asc

(echo trust && echo 5 && echo q)|gpg --command-fd 0 --expert --edit-key 7B9FE0F5

echo "Done!"
Binary file modified installer/dependency/store.asc
Binary file not shown.
6 changes: 4 additions & 2 deletions installer/installer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<langpack iso3="eng"/>
</locale>

<guiprefs width="800" height="600" resizable="no">
<guiprefs width="800" height="400" resizable="no">
<splash>images/peas_load.gif</splash>
<laf name="substance">
<os family="windows" />
Expand All @@ -48,7 +48,6 @@
<modifier key="useButtonIcons" value="yes"/>
<modifier key="useLabelIcons" value="no"/>
<modifier key="labelGap" value="2"/>
<modifier key="layoutAnchor" value="NORTHWEST"/>
<modifier key="useHeadingPanel" value="no"/>
<modifier key="headingImageOnLeft" value="yes"/>
<modifier key="headingLineCount" value="1"/>
Expand All @@ -60,6 +59,7 @@

<resources>
<res id="InfoPanel.info" src="readme.md" parse="yes"/>
<res src="scripts/ProcessPanel.Spec.xml" id="ProcessPanel.Spec.xml"/>
<res src="scripts/shortcutSpec.xml" id="shortcutSpec.xml"/>
<res src="scripts/unixShortcutSpec.xml" id="Unix_shortcutSpec.xml"/>
</resources>
Expand All @@ -79,6 +79,8 @@
<panel classname="ShortcutPanel" id="my_shortcutpanel"/>
<panel classname="PacksPanel"/>
<panel classname="InstallPanel"/>
<panel classname="ProcessPanel"/>

<panel classname="InfoPanel" />
<panel classname="FinishPanel"/>
</panels>
Expand Down

0 comments on commit 1da14d1

Please sign in to comment.