diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-03-17 22:11:11 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-03-17 22:11:11 +0100 |
commit | e785a838bdc8dcd5c06ec753b38735fb685972fe (patch) | |
tree | 922d637e47bd6f9af28a9a6627f67ead6d1f7287 | |
parent | af7ebb79d9be49a35cce0bf5b2ae1e129506fec8 (diff) |
added binary releases
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | .gitignore | 6 | ||||
-rwxr-xr-x | bin/x64/Debug/PastDSECtrl.exe | bin | 0 -> 584704 bytes | |||
-rw-r--r-- | bin/x64/Debug/PastDSECtrl.exe.sha512 | 1 | ||||
-rwxr-xr-x | bin/x64/Debug/PastDSEDriver.sys | bin | 0 -> 23608 bytes | |||
-rw-r--r-- | bin/x64/Debug/PastDSEDriver.sys.sha512 | 1 | ||||
-rwxr-xr-x | bin/x64/Release/PastDSECtrl.exe | bin | 0 -> 126464 bytes | |||
-rw-r--r-- | bin/x64/Release/PastDSECtrl.exe.sha512 | 1 | ||||
-rwxr-xr-x | bin/x64/Release/PastDSEDriver.sys | bin | 0 -> 18488 bytes | |||
-rw-r--r-- | bin/x64/Release/PastDSEDriver.sys.sha512 | 1 |
9 files changed, 4 insertions, 6 deletions
@@ -11,14 +11,8 @@ *.userprefs # Build results -[Dd]ebug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -x64/ x86/ bld/ -[Bb]in/ [Oo]bj/ [Ll]og/ diff --git a/bin/x64/Debug/PastDSECtrl.exe b/bin/x64/Debug/PastDSECtrl.exe Binary files differnew file mode 100755 index 0000000..662e1b5 --- /dev/null +++ b/bin/x64/Debug/PastDSECtrl.exe diff --git a/bin/x64/Debug/PastDSECtrl.exe.sha512 b/bin/x64/Debug/PastDSECtrl.exe.sha512 new file mode 100644 index 0000000..d054433 --- /dev/null +++ b/bin/x64/Debug/PastDSECtrl.exe.sha512 @@ -0,0 +1 @@ +cfc9bea160c88f5ac2822d261766e6d305aa278050883c548b45d68402ba496fe227d0d604667cb63220216a4276a3a1504c1f274bb16e4f7dd3640d361caca4 PastDSECtrl.exe diff --git a/bin/x64/Debug/PastDSEDriver.sys b/bin/x64/Debug/PastDSEDriver.sys Binary files differnew file mode 100755 index 0000000..466518a --- /dev/null +++ b/bin/x64/Debug/PastDSEDriver.sys diff --git a/bin/x64/Debug/PastDSEDriver.sys.sha512 b/bin/x64/Debug/PastDSEDriver.sys.sha512 new file mode 100644 index 0000000..f7b4d0b --- /dev/null +++ b/bin/x64/Debug/PastDSEDriver.sys.sha512 @@ -0,0 +1 @@ +67abcc79e9dbbced78a97b3de30d392ce5ea458530ac293bd78fc260e2f601560cd152a6c10b1fbb6175b7e4481813b3b0ef2841173c5cfbb84a5058e1dccd22 PastDSEDriver.sys diff --git a/bin/x64/Release/PastDSECtrl.exe b/bin/x64/Release/PastDSECtrl.exe Binary files differnew file mode 100755 index 0000000..6f5ba0a --- /dev/null +++ b/bin/x64/Release/PastDSECtrl.exe diff --git a/bin/x64/Release/PastDSECtrl.exe.sha512 b/bin/x64/Release/PastDSECtrl.exe.sha512 new file mode 100644 index 0000000..5e8dfbe --- /dev/null +++ b/bin/x64/Release/PastDSECtrl.exe.sha512 @@ -0,0 +1 @@ +66e0cdfca4cb3dc82c2519e741465f5e9ac6ee800ad9c1a90ba9b5d29f641d59b0e8c902492e5b533247cb14ba9d0b6a1ac2cc52c1e332ebb0555ddf3076ef94 PastDSECtrl.exe diff --git a/bin/x64/Release/PastDSEDriver.sys b/bin/x64/Release/PastDSEDriver.sys Binary files differnew file mode 100755 index 0000000..3c149ed --- /dev/null +++ b/bin/x64/Release/PastDSEDriver.sys diff --git a/bin/x64/Release/PastDSEDriver.sys.sha512 b/bin/x64/Release/PastDSEDriver.sys.sha512 new file mode 100644 index 0000000..ba81404 --- /dev/null +++ b/bin/x64/Release/PastDSEDriver.sys.sha512 @@ -0,0 +1 @@ +e0bc215d99747f6972300fb03aeca876a761a7477dfa10c0ce3ac032059e5fd5d415fd3bd9e6137d69cf64405f3fc4c83d6d9981d7b659b03067dc0289e5a007 PastDSEDriver.sys |