mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Trigger CI
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user