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