mirror of
https://github.com/The-Low-Code-Foundation/OpenNoodl.git
synced 2026-01-11 23:02:56 +01:00
Take appimages into account during packing
This commit is contained in:
@@ -52,7 +52,10 @@ const regexList: RegExp[] = [
|
|||||||
|
|
||||||
/* MacOS */
|
/* MacOS */
|
||||||
/.*\.dmg$/,
|
/.*\.dmg$/,
|
||||||
/.*\.blockmap$/
|
/.*\.blockmap$/,
|
||||||
|
|
||||||
|
/* Linux */
|
||||||
|
/.*\.AppImage$/,
|
||||||
];
|
];
|
||||||
|
|
||||||
fs.mkdirSync(destinationFolder, { recursive: true });
|
fs.mkdirSync(destinationFolder, { recursive: true });
|
||||||
|
|||||||
Reference in New Issue
Block a user