Skip to content

Commit

Permalink
v4.1.0 Release!
Browse files Browse the repository at this point in the history
  • Loading branch information
evolutionleo committed Nov 24, 2021
1 parent 08d85ff commit 061a1c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion autorelease/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ js_zip.writeZip('../Release/JSServer.zip');
const gm_zip = new AdmZip();
gm_zip.addLocalFolder(path.join(__dirname, '../EmptyClient'));

gm_zip.writeZip('../Release/EmptyClient.zip');
gm_zip.writeZip('../Release/GMClient.zip');


// JavaScript client
Expand Down

0 comments on commit 061a1c5

Please sign in to comment.