Skip to content

Commit 7097e0b

Browse files
committed
Remove postRefreshHook reference
1 parent 90385c7 commit 7097e0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/gulpfile.vscode.linux.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ function prepareSnapPackage(arch) {
209209
const electronLaunch = gulp.src('resources/linux/snap/electron-launch', { base: '.' })
210210
.pipe(rename('electron-launch'));
211211

212-
const all = es.merge(desktop, icon, code, snapcraft, electronLaunch, postRefreshHook);
212+
const all = es.merge(desktop, icon, code, snapcraft, electronLaunch);
213213

214214
return all.pipe(vfs.dest(destination));
215215
};

0 commit comments

Comments
 (0)