Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanMurzak committed Jul 24, 2020
1 parent 1f27f9c commit 6e60860
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Assets/_PackageRoot/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "your.own.package",
"displayName": "Your own package",
"version": "1.0.0",
"unity": "2019.2",
"description": "Some description"
}
2 changes: 2 additions & 0 deletions gitSubTreePushToUPM.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
git subtree push --prefix Assets/_PackageRoot origin upm
pause
2 changes: 2 additions & 0 deletions gitSubTreePushToUPM.makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
deploy:
git subtree push --prefix Assets/_PackageRoot origin upm

0 comments on commit 6e60860

Please sign in to comment.