Beta0: First working release

Summary:
  * Working but not fully tested release
    for PortableApps.
This commit is contained in:
Urs Roesch
2020-03-04 00:21:14 +01:00
parent 09b9c7f2fe
commit 8b203e3a19
12 changed files with 85 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
*.xcf filter=lfs diff=lfs merge=lfs -text
*.ico filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
+3
View File
@@ -0,0 +1,3 @@
*.exe
Data/
App/Git
+11
View File
@@ -0,0 +1,11 @@
[Launch]
Name=GitPortable
ProgramExecutable=Git\git-bash.exe
ProgramExecutable64=
ProgramExecutableWhenParameters=
ProgramExecutableWhenParameters64=
CommandLineArguments=
WorkingDirectory=%USERPROFILE%
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62f455747f33953a723ff7b070d43f0ed03c1d8d0749d7bb06288e14d356b637
size 107434
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25a981ea9f434802e84c0ac51f7bb1c80cbd0cb67aa515ffdeae767567f33d04
size 3466
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c8a2cc3613ecd761e02c8a3a46572dcc1a4997b2b378651911335efd083c02c
size 2235
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f330ad28c72324235434b10f91f5bb4f6d47948750152ae301faa748cc6a37ab
size 6910
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:08fb5f154b8d28932eb29d7cf84d1f616bff5d975f73175d5b4624d4a0e7d3ed
size 1037
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:229b02a6bc48cdd14f90f47ba9e337b16f205713bd337d70b05797858ffe5171
size 1546
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:203659344457d77858c90bdb7191d20be3c4e4f9f7ced4b48ac1d77d476b0483
size 12399
+46
View File
@@ -0,0 +1,46 @@
[Format]
Type=PortableApps.comFormat
Version=3.5
[Details]
Name=GitPortable Portable
AppID=GitPortable
Publisher=Git SCM
Homepage=https://git-scm.com/download/win
Donate=
Category=Utilities
Description=GIT Source Code Managment for Windows
Language=Multilingual
Trademarks=
InstallType=
[License]
Shareable=True
OpenSource=True
Freeware=True
CommercialUse=False
EULAVersion=
[Dependencies]
UsesGhostscript=No
UsesJava=No
UsesDotNetVersion=
[Control]
Icons=1
Start=GitPortable.exe
[Associations]
FileTypes=
FileTypeCommandLine=
FileTypeCommandLine-extension=
Protocols=
ProtocolCommandLine=
ProtocolCommandLine-protocol=
SendTo=
SendToCommandLine=
Shell=
ShellCommand=
[FileTypeIcons]
[Version]
PackageVersion=2.25.1.0
DisplayVersion=2.25.1-beta0-uroesch
View File