Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabled winrar UI #22

Merged
merged 2 commits into from
Jul 18, 2023
Merged

Disabled winrar UI #22

merged 2 commits into from
Jul 18, 2023

Conversation

Adarsha-gg
Copy link
Collaborator

This disables the UI of winrar which may interfare with creation of files using .bat file.

@@ -38,7 +38,9 @@ copy %ASSETS_DIR_SRC%\mel_filters.npz %ASSETS_DIR_DEST%
copy %ASSETS_DIR_SRC%\gpt2.tiktoken %ASSETS_DIR_DEST%

REM Code for zipping the final package
"%WINRAR%" a -r -ep1 -df "%ZIP_FILE_DIR%" "%ZIP_LOCATION%"
ECHO Zipping file...
"%WINRAR%" a -r -ep1 -df -ibck "%ZIP_FILE_DIR%" "%ZIP_LOCATION%"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With this option UI is being used, albeit it is minimized in the task bar. If an incorrect switch is provided it results in an error pop up that needs to be clicked on.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Started using rar.exe instead of winrar.exe to avoid UI display.

@vivekuppal vivekuppal merged commit 9896c1c into main Jul 18, 2023
@vivekuppal vivekuppal deleted the winRAR-fix branch July 18, 2023 21:18
@vivekuppal vivekuppal added the bug Something isn't working label Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants