Skip to content

Commit

Permalink
fixed some updater issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kayler-renslow committed Aug 22, 2017
1 parent 21d4f99 commit 73af514
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ADC Release Automation/src/ADCReleaseAutomation.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private void packInstaller() {
}

private void createUpdateStuff() throws IOException {
String version = Lang.Application.VERSION + "+" + getBuildNumber();
String version = Lang.Application.VERSION + "-build" + getBuildNumber(); //DO NOT INCLUDE + because GitHub will remove it from file names!
String updateJarName = "adcupdate-" + version + ".jar";

//create update config
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*

**Fixed:**
* https://github.com/kayler-renslow/arma-dialog-creator/issues/7
*

**Notes:**
* June 23:
Expand Down
1 change: 1 addition & 0 deletions release_automation/MANIFEST_template.mf
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Specification-Title: Arma Dialog Creator
Specification-Version: $VERSION$
Specification-Vendor: https://github.com/kayler-renslow/arma-dialog-creator
Build-Number: $BUILD_NUMBER$
Class-Path: adc_updater.jar
1 change: 1 addition & 0 deletions src/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Specification-Title: Arma Dialog Creator
Specification-Version: 1.0.2
Specification-Vendor: https://github.com/kayler-renslow/arma-dialog-creator
Build-Number: unversioned
Class-Path: adc_updater.jar

0 comments on commit 73af514

Please sign in to comment.