Skip to content

Commit

Permalink
Fixed execution bit for builder script, added the backup of xml insta…
Browse files Browse the repository at this point in the history
…ller to gitignore, enabled support for ssl and changed URL for mugen dependencies
  • Loading branch information
danielporto committed Apr 19, 2019
1 parent 0dedaac commit e2a3cb2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -9,4 +9,5 @@
/.vscode/*
/debug/*
data/config.json
.idea/*
.idea/*
releaseconf.xml.backup
Empty file modified docker_build.sh 100644 → 100755
Empty file.
5 changes: 3 additions & 2 deletions releaseconf.xml
@@ -1,7 +1,7 @@
<project>
<shortName>IkemenGOPlus</shortName>
<fullName>Ikemen_GO_Plus</fullName>
<version>0.6</version>
<version>0.1</version>
<readmeFile>${build_project_directory}/README.md</readmeFile>
<licenseFile>${build_project_directory}/LICENSE.txt</licenseFile>
<componentList>
Expand Down Expand Up @@ -114,7 +114,7 @@
<filename>${installdir}/Ikemen_Mugen_Files.zip</filename>
<progressText>Downloading Mugen dependencies</progressText>
<show>0</show>
<url>http://download2263.mediafire.com/aq5999315w2g/52o0t9e478ax2m7/Ikemen_Mugen_Files.zip</url>
<url>https://drive.google.com/uc?export=download&amp;id=16p6rx_WXyJdqAHU3KPaArYc62lo4FJna</url>
</httpGet>
<unzip>
<abortOnError>0</abortOnError>
Expand All @@ -135,6 +135,7 @@
</deleteFile>
</postInstallationActionList>
<enableRollback>1</enableRollback>
<enableSslSupport>1</enableSslSupport>
<enableTimestamp>1</enableTimestamp>
<outputDirectory>${build_project_directory}</outputDirectory>
<saveRelativePaths>1</saveRelativePaths>
Expand Down

0 comments on commit e2a3cb2

Please sign in to comment.