-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add bash script to automate release process
- Loading branch information
1 parent
794d2ff
commit e1f5944
Showing
5 changed files
with
36 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/bin/bash | ||
xed /home/martin/Documents/GitHub/OhScrap/GameData/Severedsolo/OhScrap/Changelog.cfg | ||
xed /home/martin/Documents/GitHub/OhScrap/GameData/Severedsolo/OhScrap/OhScrap.version | ||
cp /home/martin/Documents/GitHub/OhScrap/OhScrap/bin/Release/OhScrap.dll /home/martin/Documents/GitHub/OhScrap/GameData/Severedsolo/OhScrap | ||
zip -r OhScrap.zip GameData | ||
notify-send "Oh Scrap build has finised" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 15 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OhScrap", "OhScrap.csproj", "{91503855-3C04-4DB5-8878-4454D9F5877A}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{91503855-3C04-4DB5-8878-4454D9F5877A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{91503855-3C04-4DB5-8878-4454D9F5877A}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{91503855-3C04-4DB5-8878-4454D9F5877A}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{91503855-3C04-4DB5-8878-4454D9F5877A}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
EndGlobal |