From 7f4a6751b480d79264dcd81655e4f3b087a80537 Mon Sep 17 00:00:00 2001 From: dmy Date: Wed, 4 Mar 2026 08:36:13 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E8=87=B31.0.14=E5=B9=B6=E8=B0=83=E6=95=B4=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 14 +++++++------- VERSION | 2 +- lightening.ico | Bin 0 -> 1165 bytes metadata.yml | 2 +- webui/index.html | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 lightening.ico diff --git a/Makefile b/Makefile index eca80c5..bedab31 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,15 @@ -target: dist build - uv run python update_version.py - cd webui && npm run build - cd .. - uv run create-version-file metadata.yml --outfile build/file_version_info.txt - uv run pyinstaller -F main.py --version-file build/file_version_info.txt -n Lightening - gui: build uv run python update_version.py cd webui && npm run build cd .. uv run pyinstaller webview_app.py -n LighteningGUI --noconsole --add-data "webui/dist;webui/dist" -y + +console: dist build + uv run python update_version.py + cd webui && npm run build + cd .. + uv run create-version-file metadata.yml --outfile build/file_version_info.txt + uv run pyinstaller -F main.py --version-file build/file_version_info.txt -n Lightening dist: mkdir dist diff --git a/VERSION b/VERSION index bb83058..5b09c67 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.12 +1.0.14 diff --git a/lightening.ico b/lightening.ico new file mode 100644 index 0000000000000000000000000000000000000000..7195d9bddc5cb983a9fa5915f0e7ce3100002856 GIT binary patch literal 1165 zcmZQzU}Run5D);-3JkFf3=D1z3=9ei5PmTO1H)nl1_lEI2!9d-1A`bN0~jzeC@?%_ zVqjRo$iUDU;OEZECB?4Dz4elev-o`KdEj-*{1RNhiA?QYPQ6y7g()5yj|Qt{_{+W`O%h4dgl4c zZ-qY?8_T~H7MORShViX1!@mUP_F%OcYU^9&@w*5V4U7z67sV8gnfAGsMg7?4C9&i-I!h^Ytb6<|2zF>ngI~<+ z>=hUqp4&h8#mvNTr6(R_d`!Iq$R@C2gE|LLa_W&6U`Y7(gO!1W0ZC**+8-u{br8K! z>r5YuGZg$~ye==maNx6i!C&kafgI`Z;s-0kGnFI;$QQ}-TxFA zj`1JUXHZ~ZVqi-6lkkU$fk}ZO;m - EGM 输电线路绕击跳闸率计算 v1.0.12 + EGM 输电线路绕击跳闸率计算 v1.0.14