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

An example script to bundle up .res to .png conversion using PyInstaller #22

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 23, 2019

  1. added a single file script to convert .res files to .png files

    aretasg authored and aretasg committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    2db62ae View commit details
    Browse the repository at this point in the history
  2. modified original repo to include the script in examplescripts

    aretasg authored and aretasg committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    4cf693f View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2019

  1. res_to_png.py now import pycorn module instead of using a copy of cla…

    …sses in the script; fixed direcotry path issue when an empty string was returned instead
    aretasg authored and aretasg committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    6c53c40 View commit details
    Browse the repository at this point in the history
  2. cleanup; changed name for the script and updated accrodingly

    aretasg authored and aretasg committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    20a0831 View commit details
    Browse the repository at this point in the history