Skip to content
Snippets Groups Projects
Verified Commit d553ef93 authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

build on windows

parent 3c758ac6
Branches
Tags
No related merge requests found
......@@ -50,5 +50,5 @@ Remove-Item -path META-INF -recurse
mv META-INF.bak META-INF
jar cfm "$jarfile" META-INF/MANIFEST.MF projlab/*.class projlab/commands/*.class
jar cfm "$jarfile" META-INF/MANIFEST.MF $(Get-ChildItem . -Exclude *.java,META-INF -Name)
echo "Successfully built $jarfile"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment