Files
elwig/Elwig/fetch-resources.bat

5 lines
289 B
Batchfile

mkdir "C:\ProgramData\Elwig\resources""
curl -s -L "https://unpkg.com/pagedjs/dist/paged.polyfill.js" -o "C:\ProgramData\Elwig\resources\paged.polyfill.js"
copy /y "Documents\style.css" "C:\ProgramData\Elwig\resources\style.css"
copy /y Documents\*.cshtml "C:\ProgramData\Elwig\resources"