Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
Ready for release
Browse files Browse the repository at this point in the history
Woot installer!
  • Loading branch information
sylveon authored and Charles Milette committed Feb 14, 2017
1 parent 1982e8b commit 5f22175
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 19 deletions.
6 changes: 0 additions & 6 deletions Edge2Browser/Make.cmd
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
@echo off



rem Make output directory
mkdir "%~dp0..\Output\"
echo.



rem Clean older build
del "%~dp0..\Output\SearchWithMyBrowser.exe"
echo.



rem Build the executable
"%windir%\Microsoft.NET\Framework\v4.0.30319\csc.exe" /nologo /target:winexe /optimize /nowin32manifest /win32icon:"%~dp0..\Resources\Edge2Browser.ico" /out:"%~dp0..\Output\SearchWithMyBrowser.exe" "%~dp0Program.cs"
echo.
2 changes: 0 additions & 2 deletions Make.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
@echo off



rem Call all the make files from subdirectories
FOR /d %%i IN (*) DO (
IF EXIST %%i\Make.cmd (
Expand Down
6 changes: 2 additions & 4 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ If for any particular reason you need to test the executable you builded yoursel

## Building the program

First, make sure you have the latest release of [Inno Setup](http://www.jrsoftware.org/isinfo.php) installed in the default location.
First, make sure you have the latest release of [Inno Setup](http://www.jrsoftware.org/isinfo.php) installed in the default locationif you want to build the installer.
To build the whole project, run the `Make.cmd` file at the root of the repository. You can also build subcomponents by running the `Make.cmd` file present in their subfolder.

## Boring legal stuff

Copyright © 2017 Charles Milette <charles.milette@gmail.com>
This work is free. You can redistribute it and/or modify it under the
terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See the LICENSE file for more details.
This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the LICENSE file for more details.

Some assets used where designed by my friend [dAKirby](http://dakirby309.deviantart.com/). See his other icons [here](http://dakirby309.deviantart.com/art/Simply-Styled-Icon-Set-664-Icons-FREE-469662576).
2 changes: 1 addition & 1 deletion Setup/InnoSetup.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Setup]
AllowRootDirectory=yes
AppCopyright=Made with <3 by Charles Milette
AppCopyright=Copyright © 2017 Charles Milette <charles.milette@gmail.com>
AppendDefaultDirName=no
AppName=SearchWithMyBrowser
AppPublisher=Charles Milette
Expand Down
6 changes: 0 additions & 6 deletions Setup/Make.cmd
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
@echo off



rem Make output directory
mkdir "%~dp0..\Output\"
echo.



rem Clean older build
del "%~dp0..\Output\SWMB-setup.exe"
echo.



rem Build the installer
"%ProgramFiles(x86)%\Inno Setup 5\ISCC.exe" /Q "%~dp0InnoSetup.iss"
echo.

0 comments on commit 5f22175

Please sign in to comment.