mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-13 01:58:27 +08:00
13 lines
229 B
Bash
Executable File
13 lines
229 B
Bash
Executable File
#!/bin/sh
|
|
|
|
PACK_NAME="@deb_package_name@"
|
|
BOTTLE_NAME="@public_bottle_name@"
|
|
ACTIVEX_NAME="@activex_name@"
|
|
MAKE_AUTOSTART="@make_autostart@"
|
|
SEND_TO_DESKTOP="@send_to_desktop@"
|
|
|
|
# Make sure the script returns 0
|
|
true
|
|
|
|
#DEBHELPER#
|