Skip to content

Commit 1700c89

Browse files
authored
Update post-package.js
1 parent 9637be3 commit 1700c89

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,deb}', { cwd })
135135
.map((p) => path.join(cwd, p))
136136
);
137137
break;

0 commit comments

Comments
 (0)