Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected Folder structure. #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ken-morel
Copy link

No description provided.

Copy link
Owner

@itsKayWat itsKayWat left a comment

Choose a reason for hiding this comment

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

Folder Structure Standardization

Attribution

PR #3 by @ken-morel
Commit: 7ad18e6

Changes Made

  • Standardized file paths from Windows backslashes (\) to forward slashes (/)
  • Reorganized PyExeForge directory structure
  • Affected files:
    • launch_converter.bat
    • python-to-exe_converter.py
    • requirements.txt
    • setup.py

Purpose

This change improves cross-platform compatibility by using forward slashes in file paths, which are supported across Windows, Linux, and macOS systems. No code functionality was modified; this is purely a structural improvement.

Technical Details

  • All file contents remain unchanged
  • Only file paths were standardized
  • No functionality impact
  • Improves consistency across different operating systems

Testing

Since this is a path structure change only, the application should continue to function as before. Please verify:

  • Application launches correctly
  • File paths are correctly resolved
  • No regression in functionality

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants