Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Rename to Persona Prerequisite Installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixelguin committed Sep 16, 2023
1 parent 61cf2f2 commit f5902b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Persona.PrerequisiteInstaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
else:
sys.path.append(os.path.dirname(sys.executable)) # Needed to import web file as module at runtime, see https://stackoverflow.com/a/47388482

PROGRAM_NAME = 'All-In-One Prerequisite Installer'
PROGRAM_NAME_SHORT = 'pi'
PROGRAM_NAME = 'Persona Prerequisite Installer'
PROGRAM_NAME_SHORT = 'ppi'
VERSION = '2.2.2'

# Set directory paths
Expand Down Expand Up @@ -225,7 +225,7 @@ def verify_checksum(file, checksum_correct):
'''
PROGRAM START
'''
log.info(f'Persona Modding: {PROGRAM_NAME} {VERSION}\nby Pixelguin\n')
log.info(f'{PROGRAM_NAME} {VERSION}\nby Pixelguin\n')
if DEV:
log.info('===! DEV IS ENABLED !===\n')

Expand Down

0 comments on commit f5902b5

Please sign in to comment.