Skip to content

Add windows support#9

Merged
idlesign merged 2 commits into
idlesign:masterfrom
mgefimov:master
May 6, 2026
Merged

Add windows support#9
idlesign merged 2 commits into
idlesign:masterfrom
mgefimov:master

Conversation

@mgefimov

@mgefimov mgefimov commented May 6, 2026

Copy link
Copy Markdown
Contributor

Add windows support #8

  • utils.check_command uses shutil.which instead of type
  • Uv.install uses PowerShell on Windows
  • vcs.commit switches to git commit -F <tempfile> to avoid cmd.exe's single-quote handling
  • replace hardcoded / path separator with os.sep

Comment thread src/makeapp/appmaker.py
:param remote_push: Whether to push to remote.

"""
dest = os.path.abspath(dest)

@mgefimov mgefimov May 6, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixing a double-chdir crash when dest is relative

@idlesign

idlesign commented May 6, 2026

Copy link
Copy Markdown
Owner

Thank you.

I wonder is there a way to add Github CI for Windows (similar to what's done here for linux)?

@idlesign idlesign merged commit ef3a74d into idlesign:master May 6, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants