Skip to content

Commit

Permalink
Fix 7z interpreting @types as @listfile
Browse files Browse the repository at this point in the history
  • Loading branch information
taupiqueur committed Mar 6, 2024
1 parent 214e5f8 commit d46de2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build: all
npm install

release: clean build
7z a releases/$(name)-$(version).zip manifest.json src assets @types
7z a releases/$(name)-$(version).zip manifest.json src assets ./@types

clean:
git clean -d -f -X

0 comments on commit d46de2d

Please sign in to comment.