mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
renamed "gui" to "freedata-gui"
This commit is contained in:
parent
efe8bb3aec
commit
c8e2ae482b
103 changed files with 15 additions and 55 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
@ -11,7 +11,7 @@ updates:
|
|||
|
||||
# Maintain dependencies for npm
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/gui"
|
||||
directory: "/freedata-gui"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
target-branch: "develop"
|
||||
|
|
2
.github/workflows/build_appimage_bundle.yml
vendored
2
.github/workflows/build_appimage_bundle.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
python-version: "3.11"
|
||||
|
||||
- name: Electron Builder
|
||||
working-directory: gui
|
||||
working-directory: freedata-gui
|
||||
run: |
|
||||
npm i
|
||||
npm run build
|
||||
|
|
2
.github/workflows/build_gui.yml
vendored
2
.github/workflows/build_gui.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
||||
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
||||
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
||||
working-directory: gui
|
||||
working-directory: freedata-gui
|
||||
run: |
|
||||
npm i
|
||||
npm run release
|
2
.github/workflows/build_nsis_bundle.yml
vendored
2
.github/workflows/build_nsis_bundle.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
python-version: "3.11"
|
||||
|
||||
- name: Electron Builder
|
||||
working-directory: gui
|
||||
working-directory: freedata-gui
|
||||
run: |
|
||||
npm i
|
||||
npm run build
|
||||
|
|
4
.github/workflows/gui_tests.yml
vendored
4
.github/workflows/gui_tests.yml
vendored
|
@ -28,11 +28,11 @@ jobs:
|
|||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: Install dependencies
|
||||
working-directory: gui
|
||||
working-directory: freedata-gui
|
||||
run: |
|
||||
npm i
|
||||
|
||||
- name: GUI Test
|
||||
working-directory: gui
|
||||
working-directory: freedata-gui
|
||||
run: |
|
||||
npm run test
|
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -24,12 +24,12 @@ coverage.sh
|
|||
coverage.xml
|
||||
|
||||
#ignore node_modules
|
||||
/gui/node_modules/
|
||||
/freedata-gui/node_modules/
|
||||
|
||||
#Ignore gui build items
|
||||
/gui/dist
|
||||
/gui/release
|
||||
/gui/dist-electron
|
||||
#Ignore freedata-gui build items
|
||||
/freedata-gui/dist
|
||||
/freedata-gui/release
|
||||
/freedata-gui/dist-electron
|
||||
|
||||
#Ignore GUI config
|
||||
/gui/config/config.json
|
||||
/freedata-gui/config/config.json
|
|
@ -2,4 +2,4 @@
|
|||
build
|
||||
coverage
|
||||
assets
|
||||
gui/src/waterfall
|
||||
freedata-gui/src/waterfall
|
Before Width: | Height: | Size: 590 KiB After Width: | Height: | Size: 590 KiB |
|
@ -1,16 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>com.apple.security.cs.allow-jit</key>
|
||||
<true/>
|
||||
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
|
||||
<true/>
|
||||
<key>com.apple.security.cs.disable-library-validation</key>
|
||||
<true/>
|
||||
<key>com.apple.security.cs.disable-executable-page-protection</key>
|
||||
<true/>
|
||||
<key>com.apple.security.automation.apple-events</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue