Commitc2784989Recorded11 Jan 2026Repositorysigil-studio

Remove deprecated directory fields from package.sgl files

Message

Remove source-dirs, test-dirs, asset-dirs, and docs-dir fields. The build system now uses conventions: - src/ for source files - test/ for tests - assets/ for assets - docs/ for documentation

Changed
 package.sgl | 2 --
 1 file changed, 2 deletions(-)
Diff
package.sglmodified
@@ -14,8 +14,6 @@
14
description: "Multimedia libraries for Sigil"
15
license: "BSD-3-Clause"
16
17
source-dirs: '("src/sigil")
18
17
configs: (list
18
(config
19
name: 'dev