mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
6 lines
94 B
Bash
6 lines
94 B
Bash
#!/bin/sh
|
|
|
|
. ./version.sh
|
|
|
|
sed -i "s/DEBUG VERSION/"$Version"/" ../src/MeoAssistant/Version.h
|