We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b2f52 commit 87f95ddCopy full SHA for 87f95dd
1 file changed
build/gulpfile.vscode.linux.js
@@ -198,7 +198,7 @@ function prepareSnapPackage(arch) {
198
199
const snapcraft = gulp.src('resources/linux/snap/snapcraft.yaml', { base: '.' })
200
.pipe(replace('@@NAME@@', product.applicationName))
201
- .pipe(replace('@@VERSION@@', commit))
+ .pipe(replace('@@VERSION@@', commit.substr(32)))
202
.pipe(rename('snap/snapcraft.yaml'));
203
204
const snapUpdate = gulp.src('resources/linux/snap/snapUpdate.sh', { base: '.' })
0 commit comments