aboutsummaryrefslogtreecommitdiff
path: root/lin_run.sh
blob: 148fd0617854fbc3047703f38522c15f1c3fdd5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

# 检查 Wine 是否存在
if ! command -v wine &> /dev/null; then
    echo "ERROR: wine command not found. Please install Wine."
    exit 1
fi

cd "$(dirname "$0")/NotePad/NotePad/"

# 使用 Wine 运行 NotePad.exe
wine ./bin/Linux/NotePad.exe