mirror of
https://github.com/Davilarek/Vencord.git
synced 2025-05-10 17:35:41 +02:00
5 lines
251 B
Batchfile
5 lines
251 B
Batchfile
@echo off
|
|
set destination_folder="%appdata%\ArmCord\plugins\1loader\dist"
|
|
set source_folder=".\dist"
|
|
xcopy /Y /E "%source_folder%\browser.js" "%destination_folder%\bundle.js"
|
|
xcopy /Y /E "%source_folder%\browser.css" "%destination_folder%\bundle.css"
|