Skip to content

Commit 76d2a68

Browse files
authored
SmartGit 22.1.2 (#35)
Co-authored-by: CrazyMax <[email protected]>
1 parent 5c8e7f6 commit 76d2a68

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ core.dir = ../portapps
55
app = smartgit
66
app.name = SmartGit
77
app.type = archive
8-
app.version = 22.1.0
9-
app.release = 31
8+
app.version = 22.1.2
9+
app.release = 32
1010
app.homepage = https://www.syntevo.com/smartgit/
1111

1212
# Portable app

main.go

-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ func main() {
4848
-Dsmartgit.settings={{ DATA_PATH }}\.settings
4949
-Dsmartgit.updateCheck.enabled=false
5050
-Dsmartgit.updateCheck.automatic=false
51-
-Dsmartgit.updateCheck.checkForLatestBuildVisible=false
52-
-Dsmartgit.disableBugReporting=true
5351
-XX:ErrorFile={{ DATA_PATH }}\err\hs_err_pid%p.log
5452
-include-options {{ DATA_PATH }}\smartgit.vmoptions
5553
`, "{{ DATA_PATH }}", utl.FormatWindowsPath(app.DataPath), -1)); err != nil {

0 commit comments

Comments
 (0)