remove script and create an actual RC
This commit is contained in:
parent
54d21938d8
commit
ebe78c50f3
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -97,6 +97,5 @@
|
|||
]
|
||||
},
|
||||
"artifactName": "${productName}_${version}.${ext}",
|
||||
"afterSign": "./build/afterSignHook.js",
|
||||
"afterAllArtifactBuild": "./build/afterAllArtifactBuild"
|
||||
"afterSign": "./build/afterSignHook.js"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue