-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Clean files on finish #410
Comments
היי אפשר למחוק אותם גם מPowershell: Remove-Item -Path "$env:TEMP\*.wav" -Force וכדי לבדוק אם קיים קובץ wav שם: Get-ChildItem -Path "$env:TEMP" -Filter "*.wav" | ForEach-Object {
Write-Output "$_.FullName"
} |
תודה על התוכנה המיוחדת!!!
מה שאני ראיתי שכאשר התוכנה קורסת, וכן כאשר מפסיקים את התמלול באמצע, קבצי
הWAV שבTEMP לא נמחקים.
…
Message ID: ***@***.***>
|
שיניתי את זה עכשיו והעלתי גרסה חדשה 2.6.7. |
לאחר העדכון התוכנה מופיעה בכתובת הזו: |
זה קובץ שנוצר על ידי ספריה אחרת בשם Tauri ואין לי ממש שליטה על זה אבל אנסה לבדוק איתם |
What happened?
ניקוי קבצי וויב: קבצי התקנה והקלטות, וקבצי תמלול נשמרים בתיקיית TEMP.
Steps to reproduce
ההערות נכתבו אצלי לפני זמן רב, ולא בדקתי אם הן תוקנו בגרסאות האחרונות.
What OS are you seeing the problem on?
Window
Relevant log output
No response
The text was updated successfully, but these errors were encountered: