Skip to content

Commit

Permalink
feat: update Squirrel.Windows to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Dec 14, 2016
1 parent f32d2dc commit 97f6e0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .idea/rc-producer.yml

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"yargs": "^6.5.0"
},
"devDependencies": {
"@develar/semantic-release": "^6.3.25",
"@develar/semantic-release": "^6.3.26",
"@types/ini": "^1.3.29",
"@types/jest": "^16.0.1",
"@types/js-yaml": "^3.5.28",
Expand Down
4 changes: 2 additions & 2 deletions src/targets/squirrelWindows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import { buildInstaller, convertVersion, SquirrelOptions } from "./squirrelPack"
import { SquirrelWindowsOptions } from "../options/winOptions"
import { Target } from "./targetFactory"

const SW_VERSION = "1.4.4"
const SW_VERSION = "1.5.1"
//noinspection SpellCheckingInspection
const SW_SHA2 = "98e1d81c80d7afc1bcfb37f3b224dc4f761088506b9c28ccd72d1cf8752853ba"
const SW_SHA2 = "b9bff7b239d05258170c1c2f096aea0966bea442b61eff71f7333c0096664708"

export default class SquirrelWindowsTarget extends Target {
private readonly options: SquirrelWindowsOptions = Object.assign({}, this.packager.platformSpecificBuildOptions, this.packager.config.squirrelWindows)
Expand Down

0 comments on commit 97f6e0e

Please sign in to comment.