Skip to content

Commit

Permalink
Clean up for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Mctalian committed Jul 19, 2024
1 parent a7230a5 commit 6e3d92b
Show file tree
Hide file tree
Showing 75 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions package.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
IF EXIST DeviceLayoutPreset.zip (
del DeviceLayoutPreset.zip
)
COPY License src/LICENSE
COPY README.md src/README.md
pushd src
tar.exe -a -c -f ../DeviceLayoutPreset.zip *
DEL LICENSE
DEL README.md
popd
File renamed without changes.
5 changes: 3 additions & 2 deletions DeviceLayoutPreset.toc → src/DeviceLayoutPreset.toc
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## Interface: 100207
## Version: 1.0.0
## Title: Device Layout Preset
## Notes: Automatically set the "Edit Mode" layout preset upon login on this device.
## Author: McTalian
## Version: 1.0.0
## Notes: Automatically set the "Edit Mode" layout preset upon login on this device.
## X-GitHub: https://github.com/Mctalian/DeviceLayoutPreset
## SavedVariables: DeviceLayoutPresetDB
## IconTexture: Interface/AddOns/DeviceLayoutPreset/Icons/logo
## OptionalDeps: Ace3
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6e3d92b

Please sign in to comment.