mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-12 15:49:28 -08:00
* Structure change * Remove duplicate folders from previous structure * Cleanup websocket protocol * Updating from based off PR * Fixup - remove wrong files during conflict and get the websocket working * renaming tsx to ts Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
4 lines
123 B
PowerShell
4 lines
123 B
PowerShell
#!/bin/bash
|
|
robocopy /E ../common/pb/. ./public/pb/
|
|
robocopy /E ../cockatrice/resources/countries/. ./src/images/countries
|