modified: .drone.yml
new file: DEBIAN/LICENSE.txt new file: DEBIAN/changelog new file: DEBIAN/compat new file: DEBIAN/control new file: DEBIAN/rules new file: DEBIAN/usr/.DS_Store new file: DEBIAN/usr/bin/win-test
This commit is contained in:
BIN
DEBIAN/usr/.DS_Store
vendored
Normal file
BIN
DEBIAN/usr/.DS_Store
vendored
Normal file
Binary file not shown.
4
DEBIAN/usr/bin/win-test
Executable file
4
DEBIAN/usr/bin/win-test
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
WINE_PATH="$HOME/.wine/drive_c/Program Files/Win-Test/"
|
||||
cd "$WINE_PATH"
|
||||
wine wt.exe
|
Reference in New Issue
Block a user