Compare commits

...

2 commits

Author SHA1 Message Date
Korbs 2032075a65 New name, new logo, update links 2024-12-05 00:16:35 -05:00
Korbs 8d7b573ef5 update 2024-12-04 22:50:41 -05:00
7 changed files with 60 additions and 25 deletions

View file

@ -1,13 +1,26 @@
<br />
<a href="https://www.producthunt.com/posts/penpot-desktop?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-penpot&#0045;desktop" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=371642&theme=dark" alt="Penpot&#0032;Desktop - A&#0032;desktop&#0045;like&#0032;experience&#0032;for&#0032;Penpot | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54"/></a> <a href="https://notbyai.fyi"><img width="150" src="https://md.sudovanilla.org/images/written-by-human-not-by-ai-white.svg" alt="Written by Human, Not by AI"></a>
<div align="center">
<img src="https://md.sudovanilla.org/images/logos/devojo/svg/white.svg" alt="Devojo Logo" height="128"/>
</div>
<br/>
<div align="center">
A Desktop-Like Experience
<br />
[![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page)
[![Please don't upload to GitHub](https://md.sudovanilla.org/images/badges/nogithub/compact.png)](https://nogithub.codeberg.page)
> Forking Penpot Desktop to GitHub will not be tolerated by SudoVanilla
</div>
# New name here soon :^)
NEW_NAME_HERE delivers a desktop-like experience for Penpot users with the additional of integrating tabs to conveniently traverse back and forth between projects. Offline support is available through the select your own instance option in settings, as well as the theme settings that may be applied to either the entire desktop app or simply the Penpot dashboard.
# Devojo
Devojo delivers a desktop-like experience for Penpot users with the additional of integrating tabs to conveniently traverse back and forth between projects. Offline support is available through the select your own instance option in settings, as well as the theme settings that may be applied to either the entire desktop app or simply the Penpot dashboard.
## Building
### Requirements
@ -30,4 +43,26 @@ yarn install
Once packages are installed, with no issues, you can run the build command:
```bash
yarn run build
```
```
## License
```
Copyright (C) 2022 - 2025 SudoVanilla
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see https://www.gnu.org/licenses/.
```
___
> Forking Devojo to GitHub will not be tolerated by SudoVanilla

View file

@ -1,11 +1,11 @@
productName: "Penpot Desktop"
productName: "Devojo"
appId: "org.sudovanilla.penpot"
asar: true
# Update Server
# publish:
# provider: "generic"
# url: "https://sudovanilla.org/distribute/applications/penpot-desktop/latest/"
# url: "https://sudovanilla.org/distribute/applications/devojo/latest/"
# macOS
mac:
@ -25,8 +25,8 @@ win:
- "nsis" # Installer
nsis:
shortcutName: "Penpot Desktop"
artifactName: "Penpot Desktop - Setup.exe"
shortcutName: "Devojo"
artifactName: "Devojo - Setup.exe"
oneClick: false
displayLanguageSelector: true
allowElevation: false
@ -42,11 +42,11 @@ linux:
description: "A Desktop-Like Experience"
icon: "build/icon.png"
target:
- deb # Debian/Ubuntu
- rpm # RHEL/Fedora
- freebsd # BSD
- pacman # For Arch
- AppImage # Universal
# - deb # Debian/Ubuntu
# - rpm # RHEL/Fedora
# - freebsd # BSD
# # - pacman # For Arch
# - AppImage # Universal
- snap # Snapcraft Store - Can't build arm version on amd64 machines(comment Snap out if you plan to)
snap:

View file

@ -1,9 +1,9 @@
[Desktop Entry]
Name=Penpot Desktop
Name=Devojo
Exec=/usr/local/bin/penpot-desktop.AppImage %U
Terminal=false
Type=Application
Icon=penpot-desktop
StartupWMClass=Penpot Desktop
StartupWMClass=Devojo
Comment=A Desktop-Like Experience
Categories=Graphics;

View file

@ -1,13 +1,13 @@
{
"name": "penpot-desktop",
"version": "0.3.1",
"name": "devojo",
"version": "0.4.0",
"author": "SudoVanilla",
"license": "AGPL-3.0-or-later",
"trustedDependencies": [
"electron"
],
"main": "src/process/index.js",
"homepage": "https://ark.sudovanilla.org/Korbs/Penpot-Desktop/",
"homepage": "https://ark.sudovanilla.org/Korbs/Devojo/",
"keywords": [
"design",
"prototyping",
@ -15,7 +15,7 @@
"graphics"
],
"bugs": {
"url": "https://ark.sudovanilla.org/Korbs/Penpot-Desktop/issues",
"url": "https://ark.sudovanilla.org/Korbs/Devojo/issues",
"email": "korbs@sudovanilla.org"
},
"funding": [

View file

@ -1,6 +1,6 @@
<html>
<head>
<title>Penpot Desktop</title>
<title>Devojo</title>
<link rel="stylesheet" href="./styles/index.css"/>
<link rel="stylesheet" href="../../node_modules/@shoelace-style/shoelace/cdn/themes/dark.css" onload="document.documentElement.classList.add('sl-theme-dark')"/>
<script type="module" src="../../node_modules/@shoelace-style/shoelace/cdn/shoelace.js"></script>

View file

@ -161,7 +161,7 @@ module.exports = {
label: 'Source Code',
click: async () => {
const { shell } = require('electron')
await shell.openExternal('https://sudovanilla.com/code/Korbs/Penpot-Desktop/-/tree/main')
await shell.openExternal('https://ark.sudovanilla.org/Korbs/Devojo/-/tree/main')
}
}
]

View file

@ -48,9 +48,9 @@ module.exports = {
ipcMain.on('MaximizeWindow', () => {mainWindow.maximize()})
ipcMain.on('UnmaximizeWindow', () => {mainWindow.restore()})
ipcMain.on('MinimizeWindow', () => {mainWindow.minimize()})
// ipcMain.on('OpenHelp', () => {shell.openExternal('https://unrevealed-title.docs.sudovanilla.org/penpot-desktop/')})
ipcMain.on('OpenHelp', () => {shell.openExternal('https://devojo.docs.sudovanilla.org/')})
ipcMain.on('OpenCommunity', () => {shell.openExternal('https://community.penpot.app/')})
// ipcMain.on('OpenOffline', () => {shell.openExternal('https://unrevealed-title.docs.sudovanilla.org/penpot-desktop/features/offline-use/')})
ipcMain.on('OpenOffline', () => {shell.openExternal('https://devojo.docs.sudovanilla.org/')})
if (process.platform === 'darwin') {
// Move Tabs when entering or existing fullscreen on macOS