✨ Actions support setting full screen
This commit is contained in:
4
script/build_with_pake_cli.js
vendored
4
script/build_with_pake_cli.js
vendored
@@ -13,8 +13,8 @@ console.log('name: ', process.env.NAME);
|
||||
console.log('icon: ', process.env.ICON);
|
||||
console.log('height: ', process.env.HEIGHT);
|
||||
console.log('width: ', process.env.WIDTH);
|
||||
console.log('fullscreen: ', process.env.FULLSCREEN);
|
||||
console.log('hide-title-bar: ', process.env.HIDE_TITLE_BAR);
|
||||
console.log('resize: ', process.env.RESIZE);
|
||||
console.log('is multi arch? only for Mac: ', process.env.MULTI_ARCH);
|
||||
console.log('targets type? only for Linux: ', process.env.TARGETS);
|
||||
console.log('===========================\n');
|
||||
@@ -27,7 +27,7 @@ if (process.env.HIDE_TITLE_BAR === 'true') {
|
||||
}
|
||||
|
||||
if (process.env.FULLSCREEN === 'true') {
|
||||
params = `${params} --resize`;
|
||||
params = `${params} --fullscreen`;
|
||||
}
|
||||
|
||||
if (process.env.MULTI_ARCH === 'true') {
|
||||
|
||||
Reference in New Issue
Block a user