From 8f58cf3da00d1816cc30fbe14047862f1ed134ea Mon Sep 17 00:00:00 2001 From: Christopher Monsanto Date: Mon, 17 Aug 2026 17:54:12 -0400 Subject: [PATCH] Ship the smogon deploy through deploy.json5 The xy and xyicons rsyncs move from ad-hoc scripts (updatexyicons.sh and the untracked syncdexani.sh) into dir-mode deploy entries; deploy smogon replaces both. Co-Authored-By: Claude Fable 5 --- updatexyicons.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 updatexyicons.sh diff --git a/updatexyicons.sh b/updatexyicons.sh deleted file mode 100755 index ecd91d4f..00000000 --- a/updatexyicons.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -set -ex - -cd ~/smogon/sprites - -rm -rf deploy/smogon -node tools/deploy/index.ts run smogon.build.ts -o deploy/smogon - -rsync -a deploy/smogon/xyicons/ smogon:/smog2/sprites/xyicons