Skip to content

Commit

Permalink
fix: include meta files in .unitypackage distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
jonisavo committed Mar 21, 2023
1 parent e35e7be commit 856d398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified Scripts/UnityPacker.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions Scripts/generate_unitypackage.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// generate_unitypackage.js
// generate_unitypackage.js [version]
//
// This script creates .unitypackage files in the dist folder.
// This script creates .unitypackage files in the dist folder with the given version.
//

const path = require('path');
Expand Down

0 comments on commit 856d398

Please sign in to comment.