Skip to content

Commit

Permalink
Made package.bat the 'normal' file again
Browse files Browse the repository at this point in the history
Added .txt to package.manifest file
Added addon disclaimer, fixed ## AddOnVersion in .txt file
  • Loading branch information
Dolgubon committed Feb 22, 2019
1 parent 96df22a commit 66c7a3e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion LibLazyCrafting.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
; This Add-on is not created by, affiliated with or sponsored by ZeniMax
; Media Inc. or its affiliates. The Elder Scrolls� and related logos are
; registered trademarks or trademarks of ZeniMax Media Inc. in the United
; States and/or other countries. All rights reserved.
; You can read the full terms at https://account.elderscrollsonline.com/add-on-terms

## APIVersion: 100025
## Title: LibLazyCrafting
## AddOnVersion: 2.31
## Version: 2.31
## Author: Dolgubon
## Contributors: ziggr
## Description: A library to help craft items.
Expand Down
2 changes: 1 addition & 1 deletion package.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ for %%* in (.) do set name=%%~nx*

if not exist %name%.txt (
echo * Please enter the name of your add-on:
set name=LibLazyCrafting
set /P name=^>
)

for /F "tokens=3" %%i in ('findstr /C:"## Version:" %name%.txt') do set version=%%i
Expand Down
1 change: 1 addition & 0 deletions package.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

Smithing.lua
LibLazyCrafting.lua
LibLazyCrafting.txt
Alchemy.lua
Provisioning.lua
Enchanting.lua
Expand Down

0 comments on commit 66c7a3e

Please sign in to comment.