Skip to content

Commit 87f95dd

Browse files
committed
shorten snap version
1 parent 53b2f52 commit 87f95dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/gulpfile.vscode.linux.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ function prepareSnapPackage(arch) {
198198

199199
const snapcraft = gulp.src('resources/linux/snap/snapcraft.yaml', { base: '.' })
200200
.pipe(replace('@@NAME@@', product.applicationName))
201-
.pipe(replace('@@VERSION@@', commit))
201+
.pipe(replace('@@VERSION@@', commit.substr(32)))
202202
.pipe(rename('snap/snapcraft.yaml'));
203203

204204
const snapUpdate = gulp.src('resources/linux/snap/snapUpdate.sh', { base: '.' })

0 commit comments

Comments
 (0)