Use style.css as resource

This commit is contained in:
2023-04-16 02:01:11 +02:00
parent e1d0baf5fe
commit 8c05a54dee
5 changed files with 6 additions and 12 deletions

View File

@ -1,3 +1,3 @@
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\style.css" "C:\ProgramData\Elwig\resources\style.css"