Trigger CI

This commit is contained in:
Descear
2020-05-28 20:52:50 +01:00
committed by GitHub
parent 865e8fdd78
commit a5db2fbf11

View File

@@ -9,7 +9,7 @@ const template = require('lodash.template');
const CONFIG = require('../config');
module.exports = function(packagedAppPath) {
console.log('Thanks for reaching out!');
console.log(`Creating Debian package for "${packagedAppPath}"`);
const atomExecutableName =
CONFIG.channel === 'stable' ? 'atom' : `atom-${CONFIG.channel}`;
const apmExecutableName =