Skip to content

Commit

Permalink
feat: winCodeSign
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Mar 3, 2020
1 parent 05b559c commit ad32971
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-builder-bin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "app-builder-bin",
"description": "app-builder precompiled binaries",
"version": "3.5.4",
"version": "3.5.5",
"files": [
"*.js",
"mac",
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func main() {
return
}

var app = kingpin.New("app-builder", "app-builder").Version("3.5.4")
var app = kingpin.New("app-builder", "app-builder").Version("3.5.5")

node_modules.ConfigureCommand(app)
node_modules.ConfigureRebuildCommand(app)
Expand Down
2 changes: 1 addition & 1 deletion pkg/download/tool.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func DownloadZstd(osName util.OsName) (string, error) {

func DownloadWinCodeSign() (string, error) {
//noinspection SpellCheckingInspection
return downloadFromGithub("winCodeSign", "2.5.0", "xoTtj+PXTqTs47tkB/DyLKkXMFAclwRS3JNPOaZu7ZBnvs/gbY33ZSi+x2CH0xB83LAm+u6ixlhxtcMTl1Vrjg==")
return downloadFromGithub("winCodeSign", "2.6.0", "6LQI2d9BPC3Xs0ZoTQe1o3tPiA28c7+PY69Q9i/pD8lY45psMtHuLwv3vRckiVr3Zx1cbNyLlBR8STwCdcHwtA==")
}

func downloadFromGithub(name string, version string, checksum string) (string, error) {
Expand Down

0 comments on commit ad32971

Please sign in to comment.