mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Fix app build script on Linux
This commit is contained in:
@@ -254,13 +254,6 @@ async function packageApp (platform, arch) {
|
|||||||
case "darwin": return packageDarwin(...packageFunctionArgs);
|
case "darwin": return packageDarwin(...packageFunctionArgs);
|
||||||
|
|
||||||
case "linux": {
|
case "linux": {
|
||||||
/**
|
|
||||||
* Get manifest path from package type sub key for Linux
|
|
||||||
* platforms.
|
|
||||||
*/
|
|
||||||
packageFunctionArgs.push(
|
|
||||||
packageFunctionArgs.pop()[argv.packageType]);
|
|
||||||
|
|
||||||
switch (argv.packageType) {
|
switch (argv.packageType) {
|
||||||
case "deb": return packageLinuxDeb(...packageFunctionArgs);
|
case "deb": return packageLinuxDeb(...packageFunctionArgs);
|
||||||
case "rpm": return packageLinuxRpm(...packageFunctionArgs);
|
case "rpm": return packageLinuxRpm(...packageFunctionArgs);
|
||||||
|
|||||||
Reference in New Issue
Block a user