-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cff565c
commit b4e1258
Showing
12 changed files
with
35 additions
and
35 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 |
---|---|---|
@@ -1 +1 @@ | ||
copy "docs\images\brand\Main.png" "dist\(FolderName)\fomod\images" | ||
copy "docs\images\brand\Main.png" "dist\{FolderName}\fomod\images" |
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 |
---|---|---|
@@ -1 +1 @@ | ||
robocopy "build\papyrus\release" "dist\(FolderName)\Base\scripts" *.pex /it | ||
robocopy "build\papyrus\release" "dist\{FolderName}\Base\scripts" *.pex /it |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
"(Pathmd2nexus)\md2nexus" -i "docs/description-md" -o "docs/description-nexus" | ||
"{Pathmd2nexus}\md2nexus" -i "docs/description-md" -o "docs/description-nexus" | ||
robocopy "docs\description-md" "docs\description-nexus" *.txt /it |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
copy "build\(ZipName).zip" "(PathMO2Downloads)" | ||
copy "build\MO2\(ZipName).zip.meta" "(PathMO2Downloads)" | ||
copy "build\{ZipName}.zip" "{PathMO2Downloads}" | ||
copy "build\MO2\{ZipName}.zip.meta" "{PathMO2Downloads}" |
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 |
---|---|---|
@@ -1 +1 @@ | ||
robocopy "dist\(FolderName)\Base" "(PathMO2Mods)\(MO2ModNamePR)" /e | ||
robocopy "dist\{FolderName}\Base" "{PathMO2Mods}\{MO2ModNamePR}" /e |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
del "build\(ZipName).zip" | ||
cd "dist\(FolderName)" | ||
"(Path7Zip)\7z" a -tzip "..\..\build\(ZipName).zip" | ||
del "build\{ZipName}.zip" | ||
cd "dist\{FolderName}" | ||
"{Path7Zip}\7z" a -tzip "..\..\build\{ZipName}.zip" |
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# ProjectName | ||
|
||
ProjectName is a mod for Skyrim Special Edition created by (AuthorName). | ||
ProjectName is a mod for Skyrim Special Edition created by {AuthorName}. | ||
|
||
This mod can be found on [Nexus Mods](https://www.nexusmods.com/skyrimspecialedition/mods/(NexusID)). | ||
This mod can be found on [Nexus Mods](https://www.nexusmods.com/skyrimspecialedition/mods/{NexusID}). | ||
That is the best place to find installation information, comment, report bugs, and find my contact information. | ||
|
||
Releases can also be downloaded on [here on GitHub](https://github.com/(GitHubAccount)/(GitHubID)/releases). | ||
Releases can also be downloaded on [here on GitHub](https://github.com/{GitHubAccount}/{GitHubID}/releases). | ||
|
||
A changelog can be found [here](https://github.com/(GitHubAccount)/(GitHubID)/blob/main/docs/CHANGELOG.md). | ||
A changelog can be found [here](https://github.com/{GitHubAccount}/{GitHubID}/blob/main/docs/CHANGELOG.md). | ||
|
||
Additional information can be found on the [GitHub Wiki](https://github.com/(GitHubAccount)/(GitHubID)/wiki). | ||
Additional information can be found on the [GitHub Wiki](https://github.com/{GitHubAccount}/{GitHubID}/wiki). |
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -1 +1 @@ | ||
# [ProjectName](https://github.com/GroundAura/(GitHubID)/wiki) | ||
# [ProjectName](https://github.com/GroundAura/{GitHubID}/wiki) |