Skip to content

fix(prefix): restore win10 after winetricks; fix init() winecfg to ta… #58

fix(prefix): restore win10 after winetricks; fix init() winecfg to ta…

fix(prefix): restore win10 after winetricks; fix init() winecfg to ta… #58

Triggered via push September 4, 2026 23:07
Status Success
Total duration 24s
Artifacts
ShellCheck Analysis & Suggestions
14s
ShellCheck Analysis & Suggestions
Create Auto-Fix PR
13s
Create Auto-Fix PR
Linting Summary
4s
Linting Summary
Fit to window
Zoom out
Zoom in

Annotations

1 warning and 10 notices
Create Auto-Fix PR
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/create-github-app-token@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L107
[2031] WINEPREFIX was modified in a subshell. That change might be lost. - See: https://www.shellcheck.net/wiki/2031
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L101
[2031] WINEPREFIX was modified in a subshell. That change might be lost. - See: https://www.shellcheck.net/wiki/2031
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L100
[2031] WINEPREFIX was modified in a subshell. That change might be lost. - See: https://www.shellcheck.net/wiki/2031
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L94
[2031] WINEPREFIX was modified in a subshell. That change might be lost. - See: https://www.shellcheck.net/wiki/2031
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L93
[2031] WINEPREFIX was modified in a subshell. That change might be lost. - See: https://www.shellcheck.net/wiki/2031
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L43
[2030] Modification of WINEPREFIX is local (to subshell caused by (..) group). - See: https://www.shellcheck.net/wiki/2030
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L42
[2030] Modification of PATH is local (to subshell caused by (..) group). - See: https://www.shellcheck.net/wiki/2030
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L42
[2155] Declare and assign separately to avoid masking return values. - See: https://www.shellcheck.net/wiki/2155
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L41
[2155] Declare and assign separately to avoid masking return values. - See: https://www.shellcheck.net/wiki/2155
ShellCheck Analysis & Suggestions: ./lib/user_registry.sh#L66
[2015] Note that A && B || C is not if-then-else. C may run when A is true. - See: https://www.shellcheck.net/wiki/2015