Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Use the new electron-packager API
Browse files Browse the repository at this point in the history
  • Loading branch information
brrd committed Mar 13, 2017
1 parent a4c8278 commit bdeb9d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/packager.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ var options = {
name: pkg.name,
platform: commander.platform || process.platform,
arch: commander.arch || process.arch,
version: semver.clean(pkg.dependencies.electron),
"app-version": pkg.version,
electronVersion: semver.clean(pkg.dependencies.electron),
appVersion: pkg.version,
icon: icoPath,
out: outputPath,
overwrite: true,
Expand Down

0 comments on commit bdeb9d4

Please sign in to comment.