mirror of
https://github.com/LukeHagar/firecamp.git
synced 2025-12-07 04:19:45 +00:00
refactor(release): release/bundle scripts are refactored with other intermideate fixes
This commit is contained in:
@@ -5,4 +5,12 @@ const Environment = {
|
||||
Canary: 'canary', // Canary is production but for early adopter
|
||||
};
|
||||
|
||||
module.exports = Environment;
|
||||
const AppFormat = {
|
||||
WebApp: 'webapp',
|
||||
Dmg: 'dmg',
|
||||
AppImage: 'appImage',
|
||||
Snap: 'snap',
|
||||
NSIS: 'nsis',
|
||||
};
|
||||
|
||||
module.exports = { Environment, AppFormat };
|
||||
|
||||
Reference in New Issue
Block a user