Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4663caa

Browse files
author
Alberto Iannaccone
committed
Revert "change naming of nightly and snapshot builds (#1326)"
This reverts commit 5be1f9d.
1 parent faffebf commit 4663caa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎electron/packager/config.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ function getVersion() {
8080
}
8181
if (!isRelease) {
8282
if (isNightly) {
83-
version = `${version}.nightly-${timestamp()}`;
83+
version = `${version}-nightly-${timestamp()}`;
8484
} else {
85-
version = `${version}.snapshot-${currentCommitish()}`;
85+
version = `${version}-snapshot-${currentCommitish()}`;
8686
}
8787
if (!semver.valid(version)) {
8888
throw new Error(`Invalid patched version: '${version}'.`);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /