mirror of
https://github.com/SK-la/Ez2Lazer.git
synced 2026-03-13 11:20:28 +00:00
[fix]make the sdl option to sdl3 for marge
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"osu! Desktop": {
|
||||
"commandName": "Project",
|
||||
"environmentVariables": {
|
||||
"OSU_SDL3": "0"
|
||||
"OSU_SDL3": "1"
|
||||
}
|
||||
},
|
||||
"osu! Tournament": {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user