Skip to content

Instantly share code, notes, and snippets.

View DragonAxe's full-sized avatar

DragonAxe

View GitHub Profile
@DragonAxe
DragonAxe / deploy.py
Created July 15, 2025 22:12
Deploy Godot Game with Rust GDExtension
import os
from os.path import dirname, abspath
import subprocess
import sys
import argparse
from pathlib import Path
from datetime import datetime
from contextlib import chdir
import glob
import re