refactor: builder module renamed to src
This commit is contained in:
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- sponsor with liberapay
|
- sponsor with liberapay
|
||||||
|
- builder module renamed to `src`
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "breezex-bitmapper",
|
"name": "breezex-bitmapper",
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"description": "extended KDE cursor 💙",
|
"description": "extended KDE cursor",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": "git@github.com:ful1e5/BreezeX_Cursor.git",
|
"repository": "git@github.com:ful1e5/BreezeX_Cursor.git",
|
||||||
"author": "Kaiz Khatri",
|
"author": "Kaiz Khatri",
|
||||||
|
|||||||
+2
-2
@@ -4,8 +4,8 @@
|
|||||||
import argparse
|
import argparse
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
from bxbuild.configure import get_config # type: ignore
|
from src.configure import get_config
|
||||||
from bxbuild.generator import Info, build, wbuild, xbuild # type: ignore
|
from src.generator import Info, build, wbuild, xbuild
|
||||||
|
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
prog="breezex_builder",
|
prog="breezex_builder",
|
||||||
|
|||||||
Reference in New Issue
Block a user