diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-18 01:45:36 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-18 01:45:36 -0500 |
commit | ebbbf6fd58f3baf2918eca4c44b0e0b177c9c366 (patch) | |
tree | 07eadfa8bd20d5f264ffd3b9063170c5933d04e6 /docs | |
parent | e8fe550b753ced742c5084dbf851fc606ff90fb0 (diff) | |
download | SMAPI-ebbbf6fd58f3baf2918eca4c44b0e0b177c9c366.tar.gz SMAPI-ebbbf6fd58f3baf2918eca4c44b0e0b177c9c366.tar.bz2 SMAPI-ebbbf6fd58f3baf2918eca4c44b0e0b177c9c366.zip |
shorten bundle file names (#602)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/technical-docs.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/technical-docs.md b/docs/technical-docs.md index 88c1a91f..83e4ea2b 100644 --- a/docs/technical-docs.md +++ b/docs/technical-docs.md @@ -58,12 +58,12 @@ on the wiki for the first-time setup. 2. In Windows: 1. Rebuild the solution in Release mode. - 2. Copy `bundle.windows.zipped` from `bin/SMAPI installer` and `bin/SMAPI installer for developers` - to Linux/Mac. + 2. Copy `windows.dat` from `bin/SMAPI installer` and `bin/SMAPI installer for developers` to + Linux/Mac. 3. In Linux/Mac: 1. Rebuild the solution in Release mode. - 2. Add the `bundle.windows.zipped` files to the `bin/SMAPI installer` and + 2. Add the `windows.dat` files to the `bin/SMAPI installer` and `bin/SMAPI installer for developers` folders. 3. Rename the folders to `SMAPI <version> installer` and `SMAPI <version> installer for developers`. 4. Zip the two folders. |