[fix]make the sdl option to sdl3 for marge

This commit is contained in:
Ictye(jj)
2026-01-22 00:32:15 +08:00
parent db820e1dc2
commit 03fb315244
2 changed files with 1 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
"osu! Desktop": {
"commandName": "Project",
"environmentVariables": {
"OSU_SDL3": "0"
"OSU_SDL3": "1"
}
},
"osu! Tournament": {

View File

@@ -1,7 +1,6 @@
#!/usr/bin/env python3
import subprocess
import os
import sys
import platform
import argparse
import shutil
@@ -30,7 +29,6 @@ def run_cleanup(script_path: str, target_dir: str, platform: str) -> int:
def clean_publish_folder(release_dir=None, platform=None):
from pathlib import Path
import fnmatch
if release_dir is None:
release_dir = Path(__file__).parent / "Release"