Skip to content

Commit ec8d4ff

Browse files
committed
first commit, probably shouldnt have put release or bin in but what the heck
0 parents  commit ec8d4ff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1918
-0
lines changed

README.md

app-folder/LICENSE.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
LICENSE version 1.0 2012-10-08
2+
3+
ggtracker uploader project
4+
Home page: http://ggtracker.com/uploader
5+
6+
Copyright (c) 2012 ggtracker, inc. <[email protected]>
7+
8+
This software is the property of ggtracker, inc.
9+
The software is distributed freely from the home page.
10+
The software is provided "as is" with no warranty. The author cannot be held responsible for damages caused by the software.
11+
Copying, modifying, distributing, refactoring without the author's permission
12+
is prohibited and protected by Law.
13+
14+
You should have received a copy of this license along with the product.
15+
If not or you found that someone violated the terms, please contact the author.
16+
17+
I reserve the right to change the license at any time without any warrant.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
cd "${0%/*}"
3+
java -cp lib/ggtracker-uploader.jar:lib/jna.jar:lib/platform.jar com/ggtracker/uploader/GgtrackerUploader "$@"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
cd "${0%/*}"
3+
java -cp lib/ggtracker-uploader.jar:lib/jna.jar:lib/platform.jar com/ggtracker/uploader/GgtrackerUploader "$@"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@echo off
2+
cd "%~dp0"
3+
set PATH=%PATH%;c:\Program Files (x86)\Java\jre6\bin\;c:\Program Files\Java\jre6\bin\
4+
java -cp lib/ggtracker-uploader.jar;lib/jna.jar;lib/platform.jar com/ggtracker/uploader/GgtrackerUploader %*

app-folder/ggtracker-uploader.exe

58 KB
Binary file not shown.

app-folder/lib/jna.jar

845 KB
Binary file not shown.

app-folder/lib/platform.jar

822 KB
Binary file not shown.
1.51 KB
Binary file not shown.
782 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)