Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Aliev authored Jan 25, 2021
1 parent 37e0b6b commit 612a905
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ cd avatarify-desktop
git submodule update --init --recursive
```
* Build the project with Qt Creator. Choose MSVC 2019 64-bit kit and Release configuration.
* Download additional files from [here](https://avatarify-desktop.s3.amazonaws.com/.avatarify.zip) and unpack to ~/.avatarify. This folder has the following structure:
* Download additional files from [here](https://avatarify-desktop.s3.amazonaws.com/.avatarify.zip) and unpack to C:\\Users\\[user]\\.avatarify. This folder has the following structure:
* .avatarify\avatars: avatar pictures
* .avatarify\models: FOMM and landmark detector model weights
* Download AkVirtualCamera.plugin from [here](https://avatarify-desktop.s3.amazonaws.com/AkVirtualCamera.plugin.zip) and unpack to [build]/avatarify. Avatarify will register еру plugin on the first run.
Expand All @@ -64,6 +64,6 @@ git submodule update --init --recursive

* Build release solution
* Call `make install` in cmake-build-release folder. Clean installation files will be located in C:\\Program Files\\Avatarify
* Compress folder with 7z and put it in ./installer/packages/com.avatarify.desktop/data folder
* You need to make similar archives for models and avatars from ~/.avatarify and put them to com.avatarify.desktop.models and com.avatarify.desktop.avatars folders
* Run ./installer/package_for_windows.bat
* Compress folder with 7z and put it in avatarify-desktop\\installer\\packages\\com.avatarify.desktop\\data folder
* You need to make similar archives for models and avatars from C:\\Users\\[user]\\.avatarify and put them to com.avatarify.desktop.models and com.avatarify.desktop.avatars folders
* Run avatarify-desktop\\installer\\package_for_windows.bat

0 comments on commit 612a905

Please sign in to comment.