Skip to content

Commit

Permalink
[ICIJ/datashare#360] fix windows all suffix for jar
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas committed Mar 27, 2020
1 parent 52d317b commit b5da7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/installDatashareStandalone.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Function DownloadDatashareJar
IfFileExists "$INSTDIR\${APPNAME}.jar" PathGood PathNotGood
PathNotGood:
DetailPrint "Downloading datashare at : ${DATASHARE_JAR_DOWNLOAD_URL}"
inetc::get "${DATASHARE_JAR_DOWNLOAD_URL}" "$INSTDIR\${APPNAME}.jar" /end
inetc::get "${DATASHARE_JAR_DOWNLOAD_URL}" "$INSTDIR\${APPNAME}-all.jar" /end
Pop $0
DetailPrint "Download Status: $0"
${If} $0 != "OK"
Expand Down

0 comments on commit b5da7bb

Please sign in to comment.