-
-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
edd0fd7
commit 1a32f2b
Showing
7 changed files
with
25 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
base64 -i code_sign.p12 | pbcopy | ||
base64 -i asciidocfx.pfx | pbcopy | ||
git tag -a v1.8.9 -m "Version 1.8.9" | ||
git tag -d v1.8.9 | ||
git push --delete origin v1.8.9 | ||
git tag -a v1.8.10 -m "Version 1.8.10" | ||
git tag -d v1.8.10 | ||
git push --delete origin v1.8.10 | ||
git push --atomic --tags |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<install4j version="10.0.7" transformSequenceNumber="10"> | ||
<install4j version="10.0.8" transformSequenceNumber="10"> | ||
<directoryPresets config="/Users/usta/Library/CloudStorage/[email protected]/My Drive/projects/AsciidocFX/cert/asciidocfx.pfx" /> | ||
<application name="AsciidocFX" applicationId="7853-9376-5862-1224" mediaDir="target" compression="4" lzmaCompression="true" excludeSignedFromPacking="false" shortName="AsciidocFX" publisher="AsciidocFX" publisherWeb="http://asciidocfx.com" version="1.8.9" macVolumeId="b98c377570068f5e" javaMinVersion="21" javaMaxVersion="21" allowBetaVM="true"> | ||
<application name="AsciidocFX" applicationId="7853-9376-5862-1224" mediaDir="target" compression="4" lzmaCompression="true" excludeSignedFromPacking="false" shortName="AsciidocFX" publisher="AsciidocFX" publisherWeb="http://asciidocfx.com" version="1.8.10" macVolumeId="b98c377570068f5e" javaMinVersion="21" javaMaxVersion="21" allowBetaVM="true"> | ||
<searchSequence> | ||
<envVar name="JAVA_HOME" /> | ||
<envVar name="JDK_HOME" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters