Skip to content

Commit a56e876

Browse files
peterpeter
authored andcommitted
v1.3.0
1 parent 2784637 commit a56e876

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@
55

66
## Download 下載 ダウンロード
77

8-
### [The latest 最新版 v1.2.7](https://github.com/QTGate/QTGate-Desktop-Client/releases/latest/)
8+
### [The latest 最新版 v1.3.0](https://github.com/QTGate/QTGate-Desktop-Client/releases/latest/)
99

10-
[windows32](https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v1.2.7/qtgate.Setup.1.2.7.ia32.exe)
10+
[windows32](https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v1.3.0/qtgate.Setup.1.3.0.ia32.exe)
1111

12-
[windows64](https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v1.2.7/qtgate.Setup.1.2.7.exe)
12+
[windows64](https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v1.3.0/qtgate.Setup.1.3.0.exe)
1313

14-
[MacOS](https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v1.2.7/qtgate-1.2.7.dmg)
14+
[MacOS](https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v1.3.0/qtgate-1.3.0.dmg)
1515

16-
[Linux](https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v1.2.7/qtgate_1.2.7_amd64.deb)
16+
[Linux deb](https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v1.3.0/qtgate_1.3.0_amd64.deb)
17+
18+
[Linux pacman](https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v1.3.0/qtgate-1.3.0.pacman)
1719

1820
## Description 項目概要
1921

app/localServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const findQTGateImap = ( imapPool: IinputData_server[] ) => {
6262
return index
6363
}
6464

65-
const DEBUG = true
65+
const DEBUG = false
6666

6767
export default class localServer {
6868
private ex_app = null

0 commit comments

Comments
 (0)