Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
COMPASS-4127: Rollback electron-winstaller to 2.5.1 (#110)
Browse files Browse the repository at this point in the history
- [ ] BUILD ticket: notary service dll support

e3ff85c
`electron-winstaller` was upgraded from `2.5.1` to `4.0.0`.

`electron-winstaller@2.5.1.` ➡️  [squirrel.windows@1.5.1](https://github.com/Squirrel/Squirrel.Windows/releases/tag/1.5.1)
`electron-winstaller@>=3.0.0` ➡️ [squirrel.windows@1.9.1](https://github.com/Squirrel/Squirrel.Windows/releases/tag/1.5.1)

In `electron-winstaller@2.5.2` ➡️ [squirrel.windows@1.5.2](https://github.com/Squirrel/Squirrel.Windows/releases/tag/1.5.2)

> ## Releasify now disallows non-Semver versions
>
> While using non-Semver versions in your NuGet package was always incorrect and resulted in undefined behavior, due to #868, these are now a full non-starter. We now require packages to have Semver-compatible versions names. Note that this doesn't affect your EXE versions, which can still use all four Win32 version numbers.
>
> ## Bug Fixes
>
> - Allow uppercase characters in SemVer versions (#924, thanks @runehalfdan)
> - Sign DLL and .node files during Releasify
> - Ensure that Stub Executables pass along their parameters to the target
  • Loading branch information
imlucas authored Feb 3, 2020
1 parent a692137 commit 3134dff
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 34 deletions.
228 changes: 196 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@
"sinon-chai": "^2.8.0"
},
"optionalDependencies": {
"@mongodb-js/electron-wix-msi": "^2.1.20",
"electron-installer-codesign": "^0.3.0",
"electron-installer-debian": "^2.0.1",
"electron-installer-dmg": "^3.0.0",
"electron-installer-redhat": "^2.0.0",
"electron-osx-sign": "^0.4.1",
"electron-winstaller": "4.0.0",
"@mongodb-js/electron-wix-msi": "^2.1.20"
"electron-winstaller": "^2.5.1"
},
"license": "Apache-2.0"
}

0 comments on commit 3134dff

Please sign in to comment.