remove script and create an actual RC

This commit is contained in:
Sean Yesmunt 2020-02-03 11:19:57 -05:00
parent 54d21938d8
commit ebe78c50f3
2 changed files with 2 additions and 3 deletions

View file

@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [0.40.0] - [Unreleased]
## [0.40.1] - [Unreleased]
### Added

View file

@ -97,6 +97,5 @@
]
},
"artifactName": "${productName}_${version}.${ext}",
"afterSign": "./build/afterSignHook.js",
"afterAllArtifactBuild": "./build/afterAllArtifactBuild"
"afterSign": "./build/afterSignHook.js"
}