mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-04 03:42:38 +03:00
295ace965c
The zip controller has been refactored to use the new zip module. This change includes updating the import statements and modifying the main function to generate the tauri context with the new zip module. Additionally, the zip controller now has a new struct called Controller, which contains the necessary fields for handling zip operations. The TryFrom trait has been implemented for the Controller struct to allow for easy creation from the AppHandle. The main changes include: - Importing the zip module and updating import statements - Refactoring the main function to generate the tauri context with the new zip module - Creating a new Controller struct for handling zip operations - Implementing the TryFrom trait for the Controller struct to allow for easy creation from the AppHandle |
||
---|---|---|
.. | ||
icons | ||
src | ||
build.rs | ||
Cargo.toml | ||
tauri.conf.json | ||
tauri.conf.nightly.json | ||
tauri.conf.release.json |