Logo
Explore Mirrors Help
Sign In
6502/Ophis
1
0
Fork 0
You've already forked Ophis
mirror of https://github.com/michaelcmartin/Ophis.git synced 2025-05-22 20:38:23 +00:00
Code Issues Projects Releases Wiki Activity
Ophis/src/win_setup.py

6 lines
171 B
Python
Raw Permalink Normal View History

Massive code modernization spree. Full PEP8 compliance. Also, booleans have been inserted where they make sense (introduced in 2.3!) and I haven't knowingly added anything that will break 2.3 compatibility. At this point the code really doesn't look like it was written ten years ago. Hooray!
2012-06-01 10:25:48 -07:00
import py2exe
Win32 installer. Includes the py2exe script, the version of the MSVC++ runtime Python 2.7 needs, and an NSIS script to assemble the installables out of the checkout tree. NB: Even though MakeNSIS is multiplatform, it should only be run on Windows, since otherwise the linebreaks in the README won't be Notepad-friendly.
2012-05-30 08:32:52 -07:00
Update installer scripts for modern py2exe
2024-07-26 21:40:48 -07:00
py2exe.freeze(options={'bundle_files': 1, 'packages': ['Ophis']},
console=[{'script': "scripts/ophis"}],
zipfile='modules.zip')
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 55ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API