mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 04:35:53 +00:00
ReactOS Sin Custom Revision Action (Revision ISO Creator)
svn path=/trunk/; revision=19491
This commit is contained in:
parent
f250d1638b
commit
a98cfa1b66
5 changed files with 443 additions and 0 deletions
10
cis/ReactOS.CustomRevisionAction/App.config
Normal file
10
cis/ReactOS.CustomRevisionAction/App.config
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<add key="publishPath" value="c:\iso" />
|
||||
<add key="smtpServer" value="localhost" />
|
||||
<add key="errorEmail" value="mailbox@somewhere-on-the-net" />
|
||||
<add key="makeParameters" value="" />
|
||||
<add key="fastDisk" value="" />
|
||||
</appSettings>
|
||||
</configuration>
|
Loading…
Add table
Add a link
Reference in a new issue