mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-15 08:53:53 +08:00
release
This commit is contained in:
parent
c055b23acd
commit
db91de96ea
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -26,6 +26,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tag_name: ${{ needs.loadversion.outputs.version }}
|
tag_name: ${{ needs.loadversion.outputs.version }}
|
||||||
files: |
|
files: |
|
||||||
|
build/LunaTranslator_x86_winxp/LunaTranslator_x86_winxp.zip
|
||||||
build/LunaTranslator_x86/LunaTranslator_x86.zip
|
build/LunaTranslator_x86/LunaTranslator_x86.zip
|
||||||
build/LunaTranslator/LunaTranslator.zip
|
build/LunaTranslator/LunaTranslator.zip
|
||||||
env:
|
env:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
set(VERSION_MAJOR 6)
|
set(VERSION_MAJOR 6)
|
||||||
set(VERSION_MINOR 1)
|
set(VERSION_MINOR 2)
|
||||||
set(VERSION_PATCH 0)
|
set(VERSION_PATCH 0)
|
||||||
set(VERSION_REVISION 0)
|
set(VERSION_REVISION 0)
|
||||||
add_definitions(-DVERSION_MAJOR=${VERSION_MAJOR})
|
add_definitions(-DVERSION_MAJOR=${VERSION_MAJOR})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user