From cfd977ec9b862a91461a4bfc091a4a1ff59d3b43 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Wed, 27 Mar 2024 14:26:28 +0530 Subject: [PATCH] copy indexpm to app folder --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index ce6a778..2470c64 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -69,6 +69,7 @@ gulp.task('copyFiles', function () { gulp .src([ 'src/preview.html', + 'src/indexpm.html', 'src/detached-window.js', 'src/icon-48.png', 'src/icon-128.png',