Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil-SV committed May 5, 2023
1 parent 79ee65c commit e512a8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,9 @@ Then go to repo folder
```
cd SupercellSWF-JS
```
Update submodules
Init and update submodules
```
git submodule init
git subomodules update --remote
```
Run command
Expand Down
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
# LZMA compression type
'target_name': 'LZMA',
'include_dirs': [
'deps/SC/external/LZMA/include'
'deps/SC/external/lzma/include'
],
'win_delay_load_hook': 'false',
'type': 'static_library',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/scwmake/SupercellSWF-JS.git"
"url": "https://github.com/Daniil-SV/SupercellSWF-JS.git"
},
"dependencies": {
"node-gyp-build": "^4.5.0"
Expand Down

0 comments on commit e512a8d

Please # to comment.