diff --git a/README.md b/README.md index d13465ff4..e87d4c8a3 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Project Zephyrine - [ ] Addresses issues with Native Windows Support. - [ ] Introduces Chat history functionality. - [ ] Implements Markdown Formatted Response support. +- [ ] Adding Docker Support diff --git a/readyCompilationTool/compile.sh b/readyCompilationTool/compile.sh deleted file mode 100644 index 628de7e91..000000000 --- a/readyCompilationTool/compile.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash -compileAllLinuxBinaries(){ - #LLaMa - CMAKE_ARGS="" - #falcon ggllm.cpp - CMAKE_ARGS="" - #GGML mpt - -} - -compileAllWindowsBinaries(){ - -} - -compileAllmacOSBinaries(){ - -} \ No newline at end of file diff --git a/usr/LICENSE b/usr/LICENSE index 1db320549..d3df378cb 100644 --- a/usr/LICENSE +++ b/usr/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Pi +Copyright (c) 2023 Albert Starfield Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/usr/electron-builder.yml b/usr/electron-builder.yml index c58fbf55c..e73f78305 100644 --- a/usr/electron-builder.yml +++ b/usr/electron-builder.yml @@ -1,6 +1,6 @@ -appId: com.pi.alpaca.electron +appId: com.as.zephyrine.electron nsis: - artifactName: Alpaca-Electron-win-x64-v${version}.${ext} + artifactName: Zephyrine-Electron-win-x64-v${version}.${ext} shortcutName: ${productName} uninstallDisplayName: ${productName} createDesktopShortcut: always