update extract_into(), add example for bundles and add restart() method#147
update extract_into(), add example for bundles and add restart() method#147hacknus wants to merge 4 commits into
extract_into(), add example for bundles and add restart() method#147Conversation
|
Can this be merged? |
|
^bump |
# Conflicts: # src/lib.rs
|
weird, when I push, the publish workflow is automatically called - which fails in my fork, because I don't have the credentials, obviously. this should probably on run on creating a new release, and not everytime, right? also, the check_readme failed because I added an example to the readme. you don't allow changes to the readme? |
@jaemk this is your domain...
We do, but these need to be included in the doc comment in |
Closes #145.
I had to update the
extract_into()method such that it works for bundles/directories that are zipped.Additionally, I added an example in the
README.mdto describe the usage with bundles (specifically on macOS). For this example, we might consider putting thecopy_dir()also in this library, but for now I leave it like that.Furthermore, I included the
restart.rsfile with arestart()method that launches a zombie process of the own instance, allowing users to automatically restart the application afterself_replace()has been called.