From c3d4737b09bb1322ec3f7b102803aac888bcf8fc Mon Sep 17 00:00:00 2001 From: ykxiao Date: Sun, 2 Aug 2026 08:52:42 +0800 Subject: [PATCH] Initial test: verify HTTP raw file access --- README.md | 1 + releases.win.json | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 README.md create mode 100644 releases.win.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..59527cc --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +test file for URL verification diff --git a/releases.win.json b/releases.win.json new file mode 100644 index 0000000..79504ed --- /dev/null +++ b/releases.win.json @@ -0,0 +1,5 @@ +{ + "assets": [], + "packId": "LogScaling.LogScalingApp", + "version": "0.0.0-test" +}