Skip to content

Commit 9fed4fb

Browse files
authored
Update post-package.js
1 parent 2cf5cb5 commit 9fed4fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron-app/scripts/post-package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ async function copyFilesToBuildArtifacts() {
131131
case 'linux': {
132132
filesToCopy.push(
133133
...glob
134-
.sync('**/arduino-ide*.{zip,AppImage}', { cwd })
134+
.sync('**/arduino-ide*.{zip,AppImage,rpm}', { cwd })
135135
.map((p) => path.join(cwd, p))
136136
);
137137
break;

0 commit comments

Comments
 (0)