Skip to content

Commit 9de6176

Browse files
committed
- Redirect links to Git For Windows project, rather than the main Git project
- In compliance with current PortableApps.com release guidelines, reduce to single launcher - Add MinOS value
1 parent d7531e6 commit 9de6176

File tree

13 files changed

+9
-16
lines changed

13 files changed

+9
-16
lines changed
-27.2 KB
Binary file not shown.
-3.38 KB
Binary file not shown.
-709 Bytes
Binary file not shown.
-1.01 KB
Binary file not shown.
-27.2 KB
Binary file not shown.
-3.38 KB
Binary file not shown.
-709 Bytes
Binary file not shown.
-1.01 KB
Binary file not shown.

GitPortable/App/AppInfo/AppInfo.ini

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Name=Git Portable
77
AppID=GitPortable
88
Publisher=Git for Windows & PortableApps.com
99
Homepage=portableapps.com/node/34685
10-
Donate=git-scm.com/sfc
1110
Category=Development
1211
Description=Distributed Version Control System
1312
Language=Multilingual
@@ -19,13 +18,9 @@ Freeware=true
1918
CommercialUse=true
2019

2120
[Version]
22-
PackageVersion=2.10.11.1
23-
DisplayVersion=2.11.1 Development Test 1
21+
PackageVersion=2.10.11.2
22+
DisplayVersion=2.11.1 Development Test 2
2423

2524
[Control]
26-
Icons=2
27-
Start=GitPortable.exe
28-
Start1=GitPortable.exe
29-
Name1=Git Bash Portable
30-
Start2=GitGUIPortable.exe
31-
Name2=Git GUI Portable
25+
Icons=1
26+
Start=GitPortable.exe

GitPortable/App/AppInfo/Launcher/GitPortable.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[Launch]
2-
ProgramExecutable=Git\git-bash.exe
3-
CommandLineArguments=--cd-to-home
2+
ProgramExecutable=Git\cmd\git-gui.exe
43
WorkingDirectory=%PAL:DataDir%\home
54
WaitForEXE1=wish.exe
6-
WaitForEXE2=git-gui.exe
5+
WaitForEXE2=git-bash.exe
76
WaitForEXE3=gitk.exe
87
WaitForEXE4=git.exe
98
DirectoryMoveOK=yes
9+
MinOS=Vista
1010

1111
[Environment]
1212
HOME=%PAL:DataDir%\home
@@ -28,4 +28,3 @@ Type=Replace
2828
File=%PAL:DataDir%\home\.gitconfig
2929
Find=%PAL:LastDrive%/
3030
Replace=%PAL:Drive%/
31-

0 commit comments

Comments
 (0)