Skip to content

Commit

Permalink
include license
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute authored Mar 31, 2024
1 parent 54cb032 commit 5d90944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const ext = path.join(__dirname, "extension.zip");
}

/* copy src to zip */ {
fs.copyFileSync("LICENSE", path.join(dist, "LICENSE.txt"));
for(const file of fs.readdirSync(src))
fs.copyFileSync(path.join(src, file), path.join(dist, file));
}
Expand Down

0 comments on commit 5d90944

Please sign in to comment.