11 comments (11 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++10,413 stars (10,413 stars)1,708 forks (1,708 forks)batch import
help wanted
Description
Would you mind adding a portable .zip or .7z download for Win32 binary on the Sourceforge download page?
Contributor guide
- Tech stack
- cpp
- Domain
- releasedevops
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- C++ build systemWindows development environment
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- Examine the Tiled build system (likely CMake) and existing release scripts for Windows. The issue requests adding a portable zip/7z download to SourceForge. Review the current SourceForge download page for Tiled to understand the current binary distribution format. Investigate any existing build scripts or CI configurations that produce the installer, and consider how to generate a self contained portable archive. Look for comments in the issue thread that may discuss packaging tools like NSIS or 7zip.