Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
P
Pardus Kataliz - pardusacikhack
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
kataliz
Pardus Kataliz - pardusacikhack
Commits
8ae7f1f1
Kaydet (Commit)
8ae7f1f1
authored
May 04, 2021
tarafından
Emincan Özcan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
v0.2.6
üst
b86f691d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
2 deletions
+4
-2
1024x1024.png
client/build/1024x1024.png
+0
-0
package.json
client/package.json
+2
-1
icon.png
client/public/icon.png
+0
-0
background.js
client/src/background.js
+1
-1
vue.config.js
client/vue.config.js
+1
-0
yarn.lock
client/yarn.lock
+0
-0
No files found.
client/build/1024x1024.png
0 → 100644
Dosyayı görüntüle @
8ae7f1f1
56.9 KB
client/package.json
Dosyayı görüntüle @
8ae7f1f1
{
"name"
:
"pardus-kataliz"
,
"version"
:
"0.2.
5
"
,
"version"
:
"0.2.
6
"
,
"author"
:
"Emincan Ozcan <emincan@emincanozcan.com>"
,
"homepage"
:
"https://github.com/emincanozcan/kataliz"
,
"private"
:
true
,
...
...
@@ -36,6 +36,7 @@
"babel-eslint"
:
"^10.1.0"
,
"electron"
:
"^11.0.0"
,
"electron-devtools-installer"
:
"^3.1.0"
,
"electron-icon-builder"
:
"^2.0.1"
,
"eslint"
:
"^6.7.2"
,
"eslint-plugin-prettier"
:
"^3.3.1"
,
"eslint-plugin-vue"
:
"^7.0.0"
,
...
...
client/public/icon.png
deleted
100644 → 0
Dosyayı görüntüle @
b86f691d
46.8 KB
client/src/background.js
Dosyayı görüntüle @
8ae7f1f1
...
...
@@ -21,7 +21,7 @@ async function createWindow() {
width
:
1200
,
height
:
740
,
// eslint-disable-next-line no-undef
icon
:
path
.
join
(
__static
,
"icon.png"
),
//
icon: path.join(__static, "icon.png"),
webPreferences
:
{
// Use pluginOptions.nodeIntegration, leave this alone
// See nklayman.github.io/vue-cli-plugin-electron-builder/guide/security.html#node-integration for more info
...
...
client/vue.config.js
Dosyayı görüntüle @
8ae7f1f1
...
...
@@ -4,6 +4,7 @@ module.exports = {
preload
:
"preload.js"
,
builderOptions
:
{
productName
:
"Pardus Kataliz"
,
icon
:
"build/1024x1024.png"
,
linux
:
{
publish
:
[
"github"
],
target
:
[
"AppImage"
,
"deb"
],
...
...
client/yarn.lock
Dosyayı görüntüle @
8ae7f1f1
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment