Migrate src/public to web/public
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m41s
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m41s
This commit is contained in:
@@ -8,7 +8,7 @@ if [ ! -d "$SCRIPT_DIR/kobopatch-src" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
PUBLIC_DIR="$SCRIPT_DIR/../src/public"
|
||||
PUBLIC_DIR="$SCRIPT_DIR/../web/public"
|
||||
|
||||
echo "Building kobopatch WASM..."
|
||||
cd "$SCRIPT_DIR"
|
||||
|
||||
@@ -33,7 +33,7 @@ func TestIntegrationPatch(t *testing.T) {
|
||||
}
|
||||
|
||||
// Read patch files from the patches zip.
|
||||
patchesZipPath := "../src/public/patches/patches_4.4523646.zip"
|
||||
patchesZipPath := "../web/public/patches/patches_4.4523646.zip"
|
||||
patchesZip, err := os.ReadFile(patchesZipPath)
|
||||
if err != nil {
|
||||
t.Fatalf("could not read patches zip: %v", err)
|
||||
|
||||
Reference in New Issue
Block a user