Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: electron/windows-installer
base: 2fea77dc86540e09a21a20ccb15b7e6fb5c4e875
Choose a base ref
...
head repository: electron/windows-installer
compare: dad268d893b41b263e51a43e265c687bbe3e6dc3
Choose a head ref
  • 15 commits
  • 25 files changed
  • 11 contributors

Commits on Aug 23, 2017

  1. Documented "skipUpdateIcon" option.

    The option `skipUpdateIcon` was not documented, but seems necessary when using `setupIcon` to avoid error messages. I could only find it in a comment buried in a closed issue (#81 (comment)).
    bursauxa committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    0fa685a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. Update fs-extra to 2.1.2 (#234)

    matsnow authored and ckerr committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    7ba135d View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. Update README.md

    bursauxa committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    736159e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. Merge pull request #202 from bursauxa/patch-1

    Documented "skipUpdateIcon" option.
    MarshallOfSound committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    7ebee45 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. Issue #253: Add signature file to template (#257)

    - Closes Issue #253
    - Packages the .exe.sig file in the nupkg
    alexanderturinske authored and ckerr committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    5c28a08 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. feat: Version bump vendored Squirrel.Windows to 1.9.0 (#267)

    * Version bump to 1.9.0
    
    * Let's just forget about code pages for the moment
    anaisbetts authored and MarshallOfSound committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    b639c74 View commit details
    Browse the repository at this point in the history
  2. 2.7.0

    MarshallOfSound committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    5954c8e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Upgrade asar to ^1.0.0

    malept authored and MarshallOfSound committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    6210bab View commit details
    Browse the repository at this point in the history
  2. chore: upgrade to Node 6 (#293)

    * Update fs-extra to 7.0.0 and remove obsolete fs wrappers
    * Update ava and babel
    * Replace bluebird with pify
    * Require the correct Node version in package.json
    Brad Carter authored and MarshallOfSound committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    5403c71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a113097 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b07643b View commit details
    Browse the repository at this point in the history
  5. feat: Allowed signWithParams with certificateFile/Password (#190)

    Changed the logic in parsing the signWithParams to allow for using them
    alongside the certificate options, rather than instead of them.
    
    This stems from times I was debugging the sigining procedure, or
    wanted to tweak it, but wished to do so without manually building
    the arguments for the certificate file and password as well.
    
    To make this change non-breaking, I added a conditional testing that
    the user-provided signWithParams contain neither /f nor /p, and only
    in the case that neither of those exists and both certificateFile
    and certificatePassword are provided, both are used. Otherwise
    the behavior is just like it currently is.
    guydav authored and MarshallOfSound committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    50bb564 View commit details
    Browse the repository at this point in the history
  6. feat: Squirrel 1.9.1 (#288)

    * Update to Squirrel.Windows 1.9.1
    
    * Not sure how this happened, but there should never be Update.exe in here
    
    * Fix the names on the updated Squirrel too
    anaisbetts authored and MarshallOfSound committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    da145bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    694f929 View commit details
    Browse the repository at this point in the history
  8. 3.0.0

    MarshallOfSound committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    dad268d View commit details
    Browse the repository at this point in the history