Added PDFtoPrinter.exe download to fetch-resources
This commit is contained in:
@ -1,4 +1,6 @@
|
|||||||
mkdir "C:\ProgramData\Elwig\resources""
|
::mkdir "C:\Program Files\Elwig"
|
||||||
|
::curl -s "http://www.columbia.edu/~em36/PDFtoPrinter.exe" -z "C:\Program Files\Elwig\PDFtoPrinter.exe" -o "C:\Program Files\Elwig\PDFtoPrinter.exe"
|
||||||
|
mkdir "C:\ProgramData\Elwig\resources"
|
||||||
curl -s -L "https://unpkg.com/pagedjs/dist/paged.polyfill.js" -o "C:\ProgramData\Elwig\resources\paged.polyfill.js"
|
curl -s -L "https://unpkg.com/pagedjs/dist/paged.polyfill.js" -o "C:\ProgramData\Elwig\resources\paged.polyfill.js"
|
||||||
copy /b /y "Documents\style.css" "C:\ProgramData\Elwig\resources\style.css"
|
copy /b /y "Documents\style.css" "C:\ProgramData\Elwig\resources\style.css"
|
||||||
copy /b /y Documents\*.cshtml "C:\ProgramData\Elwig\resources"
|
copy /b /y Documents\*.cshtml "C:\ProgramData\Elwig\resources"
|
||||||
|
Reference in New Issue
Block a user