Difference between revisions of "PostBuild"

From SCI Wiki
Jump to navigationJump to search
Line 2: Line 2:
 
<div align="center">Version 1.1.0.0<br />
 
<div align="center">Version 1.1.0.0<br />
 
''Author: [[Phil Fortier]] and [[Andrew Branscom]]''<br />
 
''Author: [[Phil Fortier]] and [[Andrew Branscom]]''<br />
[[07/23/2020]]</div>
+
[[2020|07/23/2020]]</div>
  
 
{{SCISoftwareInfobox
 
{{SCISoftwareInfobox
Line 9: Line 9:
 
''PostBuild Screenshot'' -->
 
''PostBuild Screenshot'' -->
 
| Version = 1.1.0.0
 
| Version = 1.1.0.0
| ReleaseDate = [[07/23/2020]]
+
| ReleaseDate = [[2020|07/23/2020]]
 
| Company = {{N/A}}
 
| Company = {{N/A}}
 
| Published = {{Published}}
 
| Published = {{Published}}

Revision as of 12:02, 23 July 2020

PostBuild
Version 1.1.0.0

Author: Phil Fortier and Andrew Branscom

07/23/2020
PostBuild
{{{Image}}}
Latest Version:  1.1.0.0
Release Date:  07/23/2020
Company: N/A
Publication Status:  Published
Developer(s): Phil Fortier, Andrew Branscom
Language: C#
Open Source: Open
Source Available: 
License: None
Platform: Windows
Type: Plugin, IDE
Localization: English
Website: N/A


This page is a stub page. Please help if you can provide more information.




Description

Phil Fortier PostBuild is a plugin for Phil Fortier's SCI Companion 3. It adds a post build event to Companion.


Features


Version History

 


Development Status

See http://sciprogramming.com/community/index.php?topic=1624 for original posting. Latest version (1.1.0.0) updated by Andrew Branscom to add error checking and messaging.


Installation

  • Unzip into SCI Companion's plugin folder (.\Plugins\PostBuild\PostBuild.exe)


Usage

  1. Create a PostBuild.bat file in your game's folder with the commands you want executed.
Example batch file to copy some files:
xcopy /D resource.001 Release\

xcopy /D resource.map Release\

  1. Go to plugins menu in SCI Companion and select PostBuild. PostBuild will execute your PostBuild.bat.


Options

 


Download

Download from here:


Known issues

  • None known


Credits


References



Also See