This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
dxvk-wine-autobuilder
mirror of
https://github.com/Fincer/dxvk-wine-autobuilder
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Temporarily disable error triggers
master
Pekka Helenius
5 years ago
parent
bec2e2f134
commit
f45a143886
4 changed files
with
5 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
README.md
+1
-1
arch/updatewine_arch.sh
+1
-1
debian/dxvkroot/dxvkbuild.sh
+1
-1
debian/wineroot/winebuild.sh
+ 2
- 0
README.md
View File
@ -344,6 +344,8 @@ N/A
- Add compilation/installation script for the latest AMDGPU on Debian/Ubuntu/Mint
- Find a way to handle real error events (ignore silenced errors)
- Add info about selected commits and branches (if they have not been set to default)
- Unify error
&
warning messages layout, unify internal variable
&
function names
+ 1
- 1
arch/updatewine_arch.sh
View File
@ -113,7 +113,7 @@ function Arch_intCleanup() {
trap
"Arch_intCleanup"
INT
# Error event
trap
"Arch_intCleanup"
ERR
#trap "Arch_intCleanup" ERR
###########################################################
+ 1
- 1
debian/dxvkroot/dxvkbuild.sh
View File
@ -197,7 +197,7 @@ function DXVK_intCleanup() {
trap
"DXVK_intCleanup"
INT
# Error event
trap
"DXVK_intCleanup"
ERR
#trap "DXVK_intCleanup" ERR
########################################################
+ 1
- 1
debian/wineroot/winebuild.sh
View File
@ -369,7 +369,7 @@ function Wine_intCleanup() {
trap
"Wine_intCleanup"
INT
# Error event
trap
"Wine_intCleanup"
ERR
#trap "Wine_intCleanup" ERR
########################################################
Write
Preview
Loading…
Cancel
Save