mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Ensure file permissions when building for Linux and set sha length for test builds
This commit is contained in:
@@ -18,7 +18,7 @@ if (release !== 'alpha' && release !== 'axolotl' && release !== 'adhoc') {
|
||||
|
||||
const { generateTaggedVersion } = require('../ts/util/version.js');
|
||||
|
||||
const shortSha = execSync('git rev-parse --short HEAD')
|
||||
const shortSha = execSync('git rev-parse --short=9 HEAD')
|
||||
.toString('utf8')
|
||||
.replace(/[\n\r]/g, '');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user