Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ WEave (formerly WE Workshop Manager) is a Python/PyQt6 desktop application that

---

## 🔌 Related Project
## Related Project

**[WE Installer Extension](https://github.com/psyattack/we-installer-extension)** — a browser extension that adds a quick install button directly on Steam Workshop pages.

Expand All @@ -71,11 +71,11 @@ WEave (formerly WE Workshop Manager) is a Python/PyQt6 desktop application that

> [!IMPORTANT]
> **To run from source (Option 2):**
> - Install [Python 3.10+](https://www.python.org/downloads) (tested on Python 3.14.2)
> - Install [.NET 8](https://dotnet.microsoft.com/download/dotnet/8.0/runtime) or [.NET 9](https://dotnet.microsoft.com/download/dotnet/9.0/runtime) Desktop Runtime
> - Install [Python 3.14+](https://www.python.org/downloads)
> - Install [.NET 8](https://dotnet.microsoft.com/download/dotnet/8.0/runtime) Desktop Runtime
>
> **For packaged version (Option 1):**
> - Only the .NET Runtime mentioned above
> - Only the .NET 8 Runtime mentioned above

### 📦 Option 1: Packaged PyInstaller version

Expand Down Expand Up @@ -103,7 +103,7 @@ pip install -r requirements.txt

| Component | Where to place |
|-------------|----------------|
| [DepotDownloaderMod](https://github.com/SteamAutoCracks/DepotDownloaderMod/releases) | `plugins/DepotDownloaderMod/` |
| [DepotDownloader](https://github.com/SteamRE/DepotDownloader/releases) | `plugins/DepotDownloader/` |
| [RePKG](https://github.com/notscuffed/repkg/releases) | `plugins/RePKG/` |

#### 4. Run the application
Expand Down Expand Up @@ -136,9 +136,9 @@ WEave/

This project uses the following open resources and tools:

- **[DepotDownloaderMod](https://github.com/SteamAutoCracks/DepotDownloaderMod)** — modified workshop downloader
- **[DepotDownloader](https://github.com/SteamRE/DepotDownloader/releases)** — modified workshop downloader
- **[RePKG](https://github.com/notscuffed/repkg)** — .pkg file unpacker tool
- **[WallpaperEngineWorkshopDownloader](https://github.com/SteamAutoCracks/WallpaperEngineWorkshopDownloader)** — for providing accounts to download from workshop
- **[WallpaperEngineWorkshopDownloader](https://gitlab.com/steamautocracks/wallpaperengineworkshopdownloader)** — for providing accounts to download from workshop
- **[icons8](https://icons8.com)** — free icons for the interface

---
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ WEave (бывший WE Workshop Manager) — это десктопное при

---

## 🔌 Дочерний проект
## Дочерний проект

**[WE Installer Extension](https://github.com/psyattack/we-installer-extension)** — расширение для браузера, которое добавляет кнопку быстрой установки обоев прямо на страницах Steam Workshop.

Expand All @@ -71,11 +71,11 @@ WEave (бывший WE Workshop Manager) — это десктопное при

> [!IMPORTANT]
> **Для запуска из исходников (Вариант 2):**
> - Установите [Python 3.10+](https://www.python.org/downloads) (тестировалось на Python 3.14.2)
> - Установите [.NET 8](https://dotnet.microsoft.com/download/dotnet/8.0/runtime) или [.NET 9](https://dotnet.microsoft.com/download/dotnet/9.0/runtime) Desktop Runtime
> - Установите [Python 3.14+](https://www.python.org/downloads)
> - Установите [.NET 8](https://dotnet.microsoft.com/download/dotnet/8.0/runtime) Desktop Runtime
>
> **Для упакованной версии (Вариант 1):**
> - Установите только .NET Desktop Runtime указанный выше
> - Установите только .NET 8 Desktop Runtime указанный выше

### 📦 Вариант 1: Упакованная через PyInstaller версия

Expand Down Expand Up @@ -103,7 +103,7 @@ pip install -r requirements.txt

| Компонент | Куда поместить |
|-------------|----------------|
| [DepotDownloaderMod](https://github.com/SteamAutoCracks/DepotDownloaderMod/releases) | `plugins/DepotDownloaderMod/` |
| [DepotDownloader](https://github.com/SteamRE/DepotDownloader/releases) | `plugins/DepotDownloader/` |
| [RePKG](https://github.com/notscuffed/repkg/releases) | `plugins/RePKG/` |

#### 4. Запуск приложения
Expand Down Expand Up @@ -136,9 +136,9 @@ WEave/

Этот проект использует следующие открытые ресурсы и инструменты:

- **[DepotDownloaderMod](https://github.com/SteamAutoCracks/DepotDownloaderMod)** — модифицированный загрузчик мастерской
- **[DepotDownloader](https://github.com/SteamRE/DepotDownloader/releases)** — модифицированный загрузчик мастерской
- **[RePKG](https://github.com/notscuffed/repkg)** — инструмент распаковки .pkg файлов
- **[WallpaperEngineWorkshopDownloader](https://github.com/SteamAutoCracks/WallpaperEngineWorkshopDownloader)** — идея и аккаунты для загрузки
- **[WallpaperEngineWorkshopDownloader](https://gitlab.com/steamautocracks/wallpaperengineworkshopdownloader)** — идея и аккаунты для загрузки
- **[icons8](https://icons8.com)** — бесплатные иконки для интерфейса

---
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/download/download_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def start_download(
output_dir = self.we_directory / "projects" / "myprojects" / pubfileid

command = [
"plugins/DepotDownloaderMod/DepotDownloaderMod.exe",
"plugins/DepotDownloader/DepotDownloader.exe",
"-app",
STEAM_APP_ID,
"-pubfile",
Expand Down
2 changes: 1 addition & 1 deletion ui/dialogs/info_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def __init__(self, translator, parent=None, theme_manager=None, main_window=None
author=("psyattack", "https://github.com/psyattack"),
tools=[
("PyQt6", "https://www.riverbankcomputing.com/software/pyqt/"),
("DepotDownloaderMod", "https://github.com/SteamAutoCracks/DepotDownloaderMod"),
("DepotDownloader", "https://github.com/SteamRE/DepotDownloader/releases"),
("RePKG", "https://github.com/notscuffed/repkg"),
("icons8", "https://icons8.com/")
]
Expand Down
3 changes: 2 additions & 1 deletion ui/widgets/browse_toggle.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
QEasingCurve,
QParallelAnimationGroup,
QRectF,
QSize,
Qt,
QVariantAnimation,
QTimer,
Expand All @@ -28,7 +29,7 @@ def __init__(self, icon_name: str, theme_manager, parent=None):
self.setIconSize(self._get_icon_size())
self._apply_style()

def _get_icon_size(self) -> Qt.QSize:
def _get_icon_size(self) -> QSize:
return self.size() * 0.70

def set_active(self, active: bool) -> None:
Expand Down