release: 1.0.9

This commit is contained in:
hstyi
2025-02-24 13:18:58 +08:00
committed by hstyi
parent b85bdf840e
commit ef9caf2578
2 changed files with 2 additions and 2 deletions

View File

@@ -10,5 +10,5 @@ jobs:
if: github.repository == 'TermoraDev/termora' if: github.repository == 'TermoraDev/termora'
with: with:
identifier: TermoraDev.Termora identifier: TermoraDev.Termora
installers-regex: 'x86-64\.msi$' # Only x86-64.msi files installers-regex: 'x86-64\.exe$' # Only x86-64.exe files
token: ${{ secrets.WINGET_TOKEN }} token: ${{ secrets.WINGET_TOKEN }}

View File

@@ -20,7 +20,7 @@ plugins {
group = "app.termora" group = "app.termora"
version = "1.0.8" version = "1.0.9"
val os: OperatingSystem = DefaultNativePlatform.getCurrentOperatingSystem() val os: OperatingSystem = DefaultNativePlatform.getCurrentOperatingSystem()
val arch: ArchitectureInternal = DefaultNativePlatform.getCurrentArchitecture() val arch: ArchitectureInternal = DefaultNativePlatform.getCurrentArchitecture()