Skip to content

Commit

Permalink
fix: nsis-web target set APP_PACKAGE_URL_IS_INCOMPLETE when specifyin…
Browse files Browse the repository at this point in the history
…g appPackageUrl (#6964)
  • Loading branch information
geovie authored Jul 4, 2022
1 parent 6e90c84 commit b0e1b6f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/cuddly-books-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-lib": patch
---

fix: nsis-web target set APP_PACKAGE_URL_IS_INCOMPLETE
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ export class WebInstallerTarget extends NsisTarget {
}

appPackageUrl = computeDownloadUrl(publishConfigs[0], null, packager)

defines.APP_PACKAGE_URL_IS_INCOMLETE = null
}

defines.APP_PACKAGE_URL_IS_INCOMPLETE = null
defines.APP_PACKAGE_URL = appPackageUrl
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
StrCpy $packageUrl "${APP_PACKAGE_URL}"
StrCpy $packageArch "${APP_PACKAGE_URL}"

!ifdef APP_PACKAGE_URL_IS_INCOMLETE
!ifdef APP_PACKAGE_URL_IS_INCOMPLETE
!ifdef APP_64_NAME
!ifdef APP_32_NAME
!ifdef APP_ARM64_NAME
Expand Down

0 comments on commit b0e1b6f

Please sign in to comment.